xbitwise 0.1.0

A Rust library that extends the basic functionality of bitwise operations
Documentation
  • Coverage
  • 95.45%
    21 out of 22 items documented20 out of 21 items with examples
  • Size
  • Source code size: 23.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.64 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • LuchoBazz/xbitwise
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • LuchoBazz

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