embedded-utils
embedded-utils
provides some features in Rust(no_std) embedded systems.
Crate Feature Flags
The following crate feature flags are available:
time
: enable processing time.
Usage
- Add the following line to your
Cargo.toml
:
= { = "0.1.0" }
- Use
time
for processing time.:
use ;
let datetime = from_unix_millis;
println!;
License
Licensed under either of
- Apache License, Version 2.0. LICENSE-APACHE or Apache-2.0 license
- MIT license. LICENSE-MIT or MIT license
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.