Crates.io | xbitwise |
lib.rs | xbitwise |
version | 0.1.0 |
source | src |
created_at | 2022-12-14 21:45:20.797035 |
updated_at | 2022-12-14 21:45:20.797035 |
description | A Rust library that extends the basic functionality of bitwise operations |
homepage | |
repository | https://github.com/LuisMBaezCo/xbitwise |
max_upload_size | |
id | 736998 |
size | 23,614 |
A Rust library that extends the basic functionality of bitwise operations
Add this to your Cargo.toml
:
[dependencies]
xbitwise = "0.1"
Or you can add for the different features
[dependencies]
xbitwise = { version = "0.1", features = ["i32", "u32"] }
default = ["signed", "unsigned"]
signed = ["i8", "i16", "i32", "i64", "i128"]
unsigned = ["u8", "u16", "u32", "u64", "u128"]
i8
, i16
, i32
, i64
, i128
, u8
, u16
, u32
, u64
, u128
Version requirement: xbitwise supports rustc 1.31 and up.
You can report any bugs here.
xbitwise is distributed under the terms of both the MIT license.
See LICENSE-MIT