ector 0.9.0

Ector is an open source async, no-alloc actor framework for embedded devices.
Documentation
1
2
3
4
5
fn main() {
    if std::env::var_os("CARGO_FEATURE_NIGHTLY").is_some() {
        println!("cargo:rustc-cfg=nightly");
    }
}