[][src]Module binjs_io::simple

A simple implementation of TokenReader/TokenWriter, designed specifically to help debug implementations of grammar encoders/decoders. Minimal implementation of encoding/decoding to binary. Used for testing purposes. Not meant to be included in release builds.

Structs

AbstractTree

Abstract type for the contents of the tree.

FormatProvider

Command-line management.

TreeTokenReader
TreeTokenWriter

A trivial tree writer, without any kind of optimization.