This is the implementation of InterlockLedger ILTag for Rust. For more information, see the specification of IL2.
This library has been developed to run without any external dependencies aside for the Rust standard library.
This library is licensed under a 3-Clause BSD license.
il2_iltags::io::BorrowedVecWriter
added;il2_iltags::io::data
to make the usage of
the read/write functions easier to use over Reader
and Writer
implementators;