Crate il2_iltags

Source
Expand description

§IL2_ILTags

This crate implements the IL2 ILTags standard used by InterlockLedger from InterlockLedger Network.

The IL2 ILTags is a binary TLV (type, lenght and value) format designed to be easy to implement, lightweight and as compact as possible.

This implementation is loosely based on the C++ implementation of this standard available here.

§Project location

This project is hosted at Github.

§License

This library is licensed under a BSD 3-Clause.

§Mantainers

  • Fabio Jun Takada Chino
  • Cesar Luiz Ferracin

Modules§

ilint
This module contains the implementation of the IL2 ILInt standard as defined in ILInt Specification
io
This module implements the I/O abstraction used by this library. It allows the usage of multiple data sources and/or repositories to perform the operations.
tags
This module contains the implementation of the IL2 ILTags standard.