Skip to content

RusPiRo Error traits and definitions

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

RusPiRo/ruspiro-error

Repository files navigation

RusPiRo Error Handling traits

Providing the Error trait like std::error::Error for ![no_std] embedded environments that come at least with an allocator implementation.

Travis-CI Status Latest Version Documentation License

Usage

To use the crate just add the following dependency to your Cargo.toml file:

[dependencies]
ruspiro-error = "||VERSION||"

Dependency

When using this crate to build a final binary the crate graph need to contain an allocator implementation. The one used within the RusPiRo family of crates is ruspiro-allocator

License

Licensed under Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) or MIT (LICENSE-MIT or http://opensource.org/licenses/MIT)) at your choice.

About

RusPiRo Error traits and definitions

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages