Docs.rs
bvr-core-0.0.4
bvr-core 0.0.4
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Avarel
Dependencies
arc-swap ^1.6
normal
lru ^0.12.0
normal
memchr ^2.6
normal
memmap2 ^0.9
normal
regex ^1.10
normal
thiserror ^1.0
normal
anyhow ^1.0
dev
Versions
23.17%
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 err
bvr_
core
0.0.4
Module err
Module Items
Enums
Type Aliases
In crate bvr_
core
bvr_core
Module
err
Copy item path
Source
Expand description
Error types and utilities.
Enums
§
Error
Represents an error that can occur in the application.
Type Aliases
§
Result
A specialized
Result
type for this crate’s operations.