itron 0.1.2

Interface to operating systems based on μITRON and its derivatives.
Documentation
[dependencies]

[features]
asp3 = []
dcre = []
default = []
doc_cfg = []
fmp3 = []
messagebuf = []
nightly = ["doc_cfg"]
none = ["dcre", "rstr_task", "messagebuf", "ovrhdr", "subprio", "pi_mutex"]
ovrhdr = []
pi_mutex = []
rstr_task = []
solid_asp3 = []
solid_fmp3 = []
subprio = []
unstable = []

[package]
authors = ["Tomoaki Kawada"]
categories = ["embedded", "no-std", "external-ffi-bindings", "os"]
description = "Interface to operating systems based on μITRON and its derivatives."
edition = "2018"
keywords = ["rtos", "toppers", "kernel"]
license = "MIT OR Apache-2.0"
name = "itron"
readme = "src/lib.md"
repository = "https://github.com/kawadakk/itron-rs"
version = "0.1.2"
[package.metadata.docs.rs]
features = ["doc_cfg", "nightly", "unstable", "none"]
targets = []