parser and serializer for bip
Go to file
mos f85b759a82 fix node type for data parsing 2024-11-01 10:13:14 +01:00
bip fix node type for data parsing 2024-11-01 10:13:14 +01:00
bipc minor error matching cleanup 2024-10-13 14:44:32 +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 improve README 2024-08-04 10:43:11 +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.

Time = data hh mm ss;

ctime = {
	fmt = Time 8 40 30;
	desc = "current time";
}

bipc

Tool for converting plain-text bip data to its binary representation.

bipc [-o outfile] <path>