Docs.rs
contained-core-0.2.1
contained-core 0.2.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
paste ^1
normal
serde ^1
normal
optional
serde_derive ^1
normal
optional
serde_json ^1
normal
optional
thiserror ^2
normal
wasm-bindgen ^0.2
normal
optional
Versions
41.18%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Crate contained_core
contained_
core
0.2.1
All Items
Crate Items
Modules
Macros
Enums
Type Aliases
Crate
contained_
core
Copy item path
Source
Expand description
this core components of the contained crate
Modules
§
error
this module defines the core error type for the crate
prelude
Macros
§
impl_
wrapper_
unary
the [
impl_wrapper_unary!
] macro implements binary operations for a wrapper type.
wrapper
Enums
§
Error
The custom error type for the crate.
Type Aliases
§
Result
a type alias for a
Result
configured to use the custom
Error
type.