Docs.rs
ferrin-core-0.2.0
ferrin-core 0.2.0
Docs.rs crate page
Apache-2.0
18 September 2026
Links
Repository
crates.io
Source
Owners
f4tumnigrum
Dependencies
base64 ^0.23
normal
bytes ^1.12
normal
chrono ^0.4
normal
ferrin-message ^0.2.0
normal
ferrin-provider-util ^0.2.0
normal
ferrin-schema ^0.2.0
normal
ferrin-spec ^0.2.0
normal
ferrin-tool ^0.2.0
normal
futures-core ^0.3
normal
futures-util ^0.3
normal
hmac ^0.13
normal
http ^1.5
normal
pin-project-lite ^0.2
normal
rand ^0.10
normal
regex ^1.13
normal
secrecy ^0.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.11
normal
thiserror ^2.0
normal
tokio ^1.53
normal
tokio-stream ^0.1
normal
tokio-tungstenite ^0.30
normal
optional
tokio-util ^0.7
normal
tracing ^0.1
normal
unicode-segmentation ^1.13
normal
url ^2.5
normal
criterion ^0.8.2
dev
pretty_assertions ^1.4
dev
static_assertions ^1.1
dev
tokio ^1.53
dev
tokio-tungstenite ^0.30
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 hooks
ferrin_
core
0.2.0
Module hooks
Module Items
Structs
Traits
Type Aliases
In crate ferrin_
core
ferrin_core
Module
hooks
Copy item path
Source
Expand description
Lifecycle hooks: asynchronous callbacks awaited by the core.
Structs
§
Hooks
All lifecycle hooks of a call.
Traits
§
HookFn
An asynchronous callback for event type
E
.
Type Aliases
§
Hook
List
A list of hooks for one event type.