bite 0.0.4

read and write bytes in specific endian encodings
Documentation
pub fn main() {
    if let Ok(profile) = std::env::var("PROFILE") {
        println!("cargo:rustc-cfg={}", profile);
    }
}