arrsingh 0.5.0

A top level crate in the workspace
Documentation

all: build test doc

build:
    cargo build --all

test:
    cargo test --all -- --nocapture

doc:
    cargo doc --no-deps --all

clean:
    cargo clean