Docs.rs
rsrs-core-0.1.0
rsrs-core 0.1.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
aymanalqadhi
Dependencies
bitflags ^2
normal
derive_more ^0
normal
from-to-repr ^0
normal
num ^0
normal
paste ^1
normal
recode ^0.5.0-alpha.2
normal
thiserror ^1
normal
Versions
68.67%
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
Module error
rsrs_
core
0.1.0
Module error
Module Items
Enums
Type Aliases
In crate rsrs_
core
rsrs_core
Module
error
Copy item path
Source
Enums
§
Error
A type to represent all possible errors that can occur when using this library.
Type Aliases
§
Result
A type alias for [
Result<T, [
Error>
]
].