[package] name = "ref-ops" version = "0.2.5" description = "An escape hatch for implementing `ops` traits for references to newtypes." authors = ["Koichi Kitahara "] license = "MIT OR Apache-2.0" edition = "2021" repository = "https://gitlab.com/kkitahara/ref-ops-rs" documentation = "https://docs.rs/ref-ops" readme = "README.md" keywords = ["newtype", "ref", "trait", "impl", "ops"] categories = ["rust-patterns", "no-std::no-alloc"]