2024-07-27 14:24:57 +00:00
|
|
|
# bip
|
|
|
|
|
|
|
|
bip is a library which provides a framework for parsing plain bip text and also provides
|
|
|
|
faculties for serialization and deserialization via serde.
|
|
|
|
|
2024-08-04 08:43:11 +00:00
|
|
|
```
|
|
|
|
Time = data hh mm ss;
|
2024-07-27 14:24:57 +00:00
|
|
|
|
2024-08-04 08:43:11 +00:00
|
|
|
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>
|
|
|
|
```
|