Skip to content

Commit

Permalink
Rename to axmm_crates
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 committed Sep 13, 2024
1 parent 46c06e5 commit 3cf060b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ members = [
]

[workspace.package]
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Yuekai Jia <[email protected]>", "aarkegz <[email protected]>"]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
# documentation = "let member have their own documentation links"
repository = "https://github.com/arceos-org/memory_addr"
repository = "https://github.com/arceos-org/axmm_crates"
# keywords = ["let member have their own keywords"]
categories = ["os", "memory-management", "no-std"]
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# `memory_addr`
# `axmm_crates`

Structures, functions and traits for physical and virtual memory addresses as well as memory mappings.

See documentations and readmes of the sub-crates for more information.
Crates for memory management.

- `memory_addr`([docs](https://docs.rs/memory_addr)|[crates.io](https://crates.io/crates/memory_addr)|[readme](memory_addr/README.md)): Wrappers and helper functions for physical and virtual memory addresses.
- `memory_set`([docs](https://docs.rs/memory_set)|[crates.io](https://crates.io/crates/memory_set)|[readme](memory_set/README.md)): Data structures and operations for managing memory mappings.
Expand Down

0 comments on commit 3cf060b

Please sign in to comment.