Skip to content

Commit a695a3d

Browse files
committed
[Fix]: Delete redundant content from readme.md
1 parent 754cba5 commit a695a3d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,6 @@ It is a fork of the excellent [gfx-rs/range-alloc](https://github.com/gfx-rs/ran
1111

1212
## Features
1313

14-
- **`no_std` Support**: Designed for bare-metal and kernel environments.
15-
- **Generic**: Works with any type that satisfies the `Range` requirements (e.g., memory addresses, port numbers).
16-
- **`markdown
17-
# range-alloc-arceos
18-
19-
[![Crates.io](https://img.shields.io/crates/v/range-alloc-arceos.svg)](https://crates.io/crates/range-alloc-arceos)
20-
[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://numpy1314.github.io/range-alloc)
21-
[![License](https://img.shields.io/crates/l/range-alloc-arceos.svg)](https://github.com/numpy1314/range-alloc/blob/main/LICENSE)
22-
[![CI](https://github.com/numpy1314/range-alloc/actions/workflows/check.yml/badge.svg)](https://github.com/numpy1314/range-alloc/actions/workflows/check.yml)
23-
24-
**range-alloc-arceos** is a generic range allocator tailored for the ArceOS ecosystem.
25-
26-
It is a fork of the excellent [gfx-rs/range-alloc](https://github.com/gfx-rs/range-alloc), adapted for use in kernel development and embedded scenarios (`no_std`). It allows you to dynamically allocate and free ranges from a predefined memory block or address space.
27-
28-
## Features
29-
3014
- **`no_std` Support**: Designed for bare-metal and kernel environments.
3115
- **Generic**: Works with any type that satisfies the `Range` requirements (e.g., memory addresses, port numbers).
3216
- **Efficient**: Merges adjacent free ranges to minimize fragmentation.

0 commit comments

Comments
 (0)