byte-transcoder 0.0.6

A Rust+Typescript library to transcode higher-level data types to/from bytes.
Documentation
1
2
3
4
pub enum Endian {
    Little,
    Big,
}