resourcespace-client 0.1.0

A Rust client for the communicating with ResourceSpace API
Documentation
1
2
3
4
5
6
7
8
fmt:
    @cargo fmt

fmt-check:
    @cargo fmt --check

clippy:
    @cargo clippy --all-targets --all-features -- -D warnings