Docs.rs
kona-common-0.0.4
kona-common 0.0.4
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
clabby
Dependencies
cfg-if ^1.0.0
normal
derive_more ^1.0.0
normal
linked_list_allocator ^0.10.5
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
kona_
common
0.0.4
Module errors
Module Items
Structs
Type Aliases
In crate kona_
common
kona_common
Module
errors
Copy item path
Source
Expand description
Errors for the
kona-common
crate.
Structs
§
IOError
An error that can occur when reading from or writing to a file descriptor.
Type Aliases
§
IOResult
A
Result
type for the
IOError
.