xbitwise

Crates.ioxbitwise
lib.rsxbitwise
version0.1.0
sourcesrc
created_at2022-12-14 21:45:20.797035
updated_at2022-12-14 21:45:20.797035
descriptionA Rust library that extends the basic functionality of bitwise operations
homepage
repositoryhttps://github.com/LuisMBaezCo/xbitwise
max_upload_size
id736998
size23,614
Luis Miguel Báez (LuchoBazz)

documentation

README

xbitwise

A Rust library that extends the basic functionality of bitwise operations

Usage

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.

Bug reports

You can report any bugs here.

License

xbitwise is distributed under the terms of both the MIT license.

See LICENSE-MIT

Commit count: 22

cargo fmt