r3 0.1.0

Static RTOS testing the limit of Rust's const eval and generics
Documentation
[dependencies.assert_matches]
version = "1.4.0"

[dependencies.bitflags]
version = "1.2.1"

[dependencies.chrono]
default-features = false
optional = true
version = "0.4.13"

[dependencies.num-integer]
default-features = false
version = "0.1.42"

[dependencies.num-traits]
default-features = false
version = "0.2.11"

[dependencies.pin-utils]
version = "0.1.0"

[dependencies.staticvec]
default-features = false
version = "0.10.5"

[dependencies.svgbobdoc]
version = "0.2.3"

[dependencies.tokenlock]
default-features = false
version = "0.3.0"
[dev-dependencies.env_logger]
version = "0.7.1"

[dev-dependencies.log]
version = "0.4.8"

[dev-dependencies.quickcheck]
version = "0.9.2"

[dev-dependencies.quickcheck_macros]
version = "0.9.1"

[features]
_full = []
default = []
inline_syscall = []
priority_boost = []
system_time = []

[package]
authors = ["yvt <i@yvt.jp>"]
categories = ["embedded", "no-std"]
description = "Static RTOS testing the limit of Rust's const eval and generics"
edition = "2018"
keywords = ["r3", "rtos"]
license = "MIT OR Apache-2.0"
name = "r3"
readme = "README.md"
repository = "https://github.com/yvt/r3"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
targets = []