Docs.rs
orion-core-0.5.0
orion-core 0.5.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
anistark
Dependencies
async-trait ^0.1
normal
optional
chrono ^0.4
normal
log ^0.4
normal
reqwest ^0.12
normal
optional
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
async-trait ^0.1
dev
criterion ^0.5
dev
proptest ^1
dev
tokio ^1
dev
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Module error
orion_
core
0.5.0
Module error
Module Items
Enums
Type Aliases
In crate orion_
core
orion_core
Module
error
Copy item path
Source
Expand description
Error and result types for the crate.
Enums
§
Core
Error
Errors from the orion-core agent harness.
Type Aliases
§
Core
Result
Convenience alias for a
Result
whose error is
CoreError
.