ksym 0.1.0

A Rust crate for generating kernel symbol tables (ksyms) from kernel binaries.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "ksym"
version = "0.1.0"
dependencies = [
 "lazyinit",
 "rustc-demangle",
]

[[package]]
name = "lazyinit"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f03abfebdaaf0fad16790237a0348baf84886d3ade460db13bae59e614a180"

[[package]]
name = "rustc-demangle"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"