Docs.rs
cgp-error-0.6.0
cgp-error 0.6.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
soareschen
Dependencies
cgp-component ^0.6.0
normal
cgp-macro ^0.6.0
normal
cgp-type ^0.6.0
normal
Versions
22.22%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
cgp_error/
lib.rs
1
#![no_std]
2
3
mod
contexts;
4
mod
traits;
5
6
pub use
contexts::
*
;
7
pub use
traits::
*
;