-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-------- 1 rename repo to linked_list_r4l 2 change to pub impl for node 3 const fn Signed-off-by: guoweikang <[email protected]>
- Loading branch information
1 parent
3509ccf
commit 325bf0a
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Wedson Almeida Filho <[email protected]>", "WeiKang Guo <guoweikan | |
description = "Linked lists that supports arbitrary removal in constant time" | ||
license = "GPL-2.0-or-later" | ||
homepage = "https://github.com/arceos-org/arceos" | ||
repository = "https://github.com/arceos-org/linked_list" | ||
repository = "https://github.com/arceos-org/linked_list_r4l" | ||
documentation = "https://docs.rs/linked_list_r4l" | ||
keywords = ["list"] | ||
categories = ["no-std", "rust-patterns"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters