boppo_core 0.1.0

The core APIs for creating activities for the Boppo tablet
Documentation
1
2
3
4
5
6
7
8
check:
    cargo check

release-checks:
    cargo build
    cargo clippy
    cargo test
    cargo doc