Skip to content

Commit

Permalink
doc: add crate download badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Nov 8, 2024
1 parent 1787137 commit cc7c3f2
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,5 +1,7 @@
# Buddy-alloc

[![Crates.io](https://img.shields.io/crates/v/buddy-alloc.svg)](https://crates.io/crates/buddy-alloc)
[![Downloads](https://img.shields.io/crates/d/buddy-alloc?style=flat-square)](https://crates.io/crates/buddy-alloc)


Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.
Expand Down

0 comments on commit cc7c3f2

Please sign in to comment.