UZero ===== This crate is a Rust library which provides a zero-sized type representing an unsigned integer which is zero bits wide. ## Dependency ```toml [dependencies] uzero = "0.1" ``` ## Licence This crate is licensed under the Apache License, Version 2.0 (see LICENCE-APACHE or ) or the MIT licence (see LICENCE-MIT or ), at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.