bdf2 0.7.1

BDF format handling.
Documentation
1
2
3
4
5
6
7
# List the justfile recipes
list:
    just --list

# Generate the README from the lib.rs docs
readme:
    cargo doc2readme --template README.j2 --out README.md