[package] name = "aligned_ptr" version = "0.1.0" authors = ["Hiroki Tokunaga "] edition = "2018" license = "MIT OR Apache-2.0" description = "Wrappers of functions defined in core::ptr and core::slice modules with alignment and null checks" repository = "https://github.com/toku-sa-n/aligned_ptr" readme = "README.md" categories = ["no-std"] keywords = ["no_std", "pointer"]