run:
    cargo run

test:
    cargo test --verbose
    
doc:
    cargo doc --no-deps    

fmt:
    cargo fmt