[package] name = "handler_table" version = "0.1.1" edition = "2021" authors = ["Yuekai Jia "] description = "A lock-free table of event handlers" license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" homepage = "https://github.com/arceos-org/arceos" repository = "https://github.com/arceos-org/handler_table" documentation = "https://docs.rs/handler_table" keywords = ["arceos", "event", "lock-free"] categories = ["no-std"] [dependencies]