add: better layout

This commit is contained in:
trisua 2025-07-25 15:12:15 -04:00
parent 2cc9ed7445
commit dbd70d9592
19 changed files with 451 additions and 87 deletions

6
justfile Normal file
View file

@ -0,0 +1,6 @@
doc:
cargo doc --no-deps --document-private-items
build:
just doc
cargo build -r