In Situ Endian-independent Bytes Access
This crate is on crates.io and can be
used by adding in-situ
to the dependencies in your project's
Cargo.toml
:
```toml [dependencies] in-situ = "0.2"
i128_type
support on nightly Rust.```
and this to your crate root:
``rust
// Optionally enable
i128typesupport on nightly Rust.
// Required if the
i128feature is enabled in your
Cargo.toml`.
//#![feature(i128type)]
extern crate in_situ; ```
Copyright (c) 2018 Rouven Spreckels n3vu0r@qu1x.org
Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument.
DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the works by you shall be licensed as above, without any additional terms or conditions.