2 stable releases

1.1.1 Jun 11, 2020
1.1.0 Jun 9, 2020

#533 in #value

35 downloads per month

BSD-3-Clause

15KB
233 lines

InterlockLedger ILInt for Rust

Description

This is the implementation of InterlockLedger ILInt for Rust. For more information, see the specification of IL2.

Dependencies

This library has been developed to run without any external dependencies.

License

This library is licensed under a 3-Clause BSD license.


lib.rs:

This crate provides a no_std implementation of the InterlockLedger ILInt format. This format allows the encoding of 64 bit integer values in a compact format that uses 1 to 9 bytes of space depending on the actual value. See ILInt Specification for further details about the format.

No runtime deps