mos 3c55dc8d45 | ||
---|---|---|
bip | ||
bipc | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
bip
bip is a library which provides a framework for parsing plain bip text and also provides faculties for serialization and deserialization via serde.
bip is a data format that is converted from a descriptive text representation to a binary representation with memory and run-time efficiency in mind. This repository consists of two parts (bip and bipc).