[package] name = "linked_list_r4l" version = "0.2.1" edition = "2021" authors = ["Wedson Almeida Filho ", "WeiKang Guo "] 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_r4l" documentation = "https://docs.rs/linked_list_r4l" keywords = ["list"] categories = ["no-std", "rust-patterns"] [dependencies]