cesr 0.1.0

Implementation of Composable Event Streaming Representation (CESR)
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 16.14 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 964.25 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • THCLab/cesrox
    1 1 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mitfik
cesr-0.1.0 has been yanked.

CESR

Composable Event Streaming Representation

Specification: https://weboftrust.github.io/ietf-cesr/draft-ssmith-cesr.html

Intro

The Composable Event Streaming Representation (CESR) is dual text-binary encoding format that has the unique property of text-binary concatenation composability. This composability property enables the round trip conversion en-masse of concatenated primitives between the text domain and binary domain while maintaining separability of individual primtives. This enables convenient usability in the text domain and compact transmission in the binary domain. CESR primitives are self-framing. CESR supports self-framing group codes that enable stream processing and pipelining in both the text and binary domains. CESR supports composable text-binary encodings for general data types as well as suites of cryptographic material. Popular cryptographic material suites have compact encodings for efficiency while less compact encodings provide sufficient extensibility to support all foreseeable types. CESR streams also support interleaved JSON, CBOR, and MGPK serializations. CESR is a universal encoding that uniquely provides dual text and binary domain representations via composable conversion.

How to use

TODO

License

EUPL 1.2

https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12

See LICENSE.md