toad-common 1.0.0-beta.3

Common structs and abstractions used by toad
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
extend = "../Makefile.toml"

[tasks.check-no-std]
command = "cargo"
args = ["check", "--no-default-features"]

[tasks.check-alloc]
command = "cargo"
args = ["check", "--no-default-features", "--features", "alloc"]

[tasks.ci]
dependencies = ["test-quiet", "fmt-check", "clippy-check", "check-no-std", "check-alloc"]