parser and serializer for bip
Go to file
mos c66728ab0e fix and improve parser logic to handle errors better 2024-07-28 11:17:25 +02:00
bip fix and improve parser logic to handle errors better 2024-07-28 11:17:25 +02:00
bipc fix and improve parser logic to handle errors better 2024-07-28 11:17:25 +02:00
.gitignore initial commit 2024-07-27 16:24:57 +02:00
Cargo.lock remove unused dependency 2024-07-28 09:58:57 +02:00
Cargo.toml initial commit 2024-07-27 16:24:57 +02:00
LICENSE initial commit 2024-07-27 16:24:57 +02:00
README.md initial commit 2024-07-27 16:24:57 +02:00

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).