Crate binn_ir[][src]

An implementation of https://github.com/liteserver/binn

Project


Features

  • All official types are supported.
  • User defined types are not yet supported.

Notes

  • #![no_std] might be supported when alloc crate is stabilized.
  • IR stands for implementation in Rust.

Special thanks to Binn's authors for their hard work.

Modules

storage

Storages

value

Values

Constants

CRATE_CODE_NAME

Crate code name

CRATE_NAME

Crate name

CRATE_RELEASE_DATE

Crate release date (year/month/day)

CRATE_VERSION

Crate version

TAG

Tag, which can be used for logging...

UUID

Unique universally identifier of this crate. Its CRC-32 is 149dc8a5.