Skip to content

Commit

Permalink
Add doc and CI badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 committed Jul 17, 2024
1 parent 80de692 commit af24f4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# kernel_guard

[![Crates.io](https://img.shields.io/crates/v/kernel_guard)](https://crates.io/crates/kernel_guard)
[![Docs.rs](https://docs.rs/kernel_guard/badge.svg)](https://docs.rs/kernel_guard)
[![CI](https://github.com/arceos-org/kernel_guard/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/arceos-org/kernel_guard/actions/workflows/ci.yml)

RAII wrappers to create a critical section with local IRQs or preemption
disabled, used to implement spin locks in kernel.
Expand Down

0 comments on commit af24f4d

Please sign in to comment.