Docs.rs
mockforge-recorder-0.1.2
mockforge-recorder 0.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
rclanan
Dependencies
anyhow ^1
normal
axum ^0.8
normal
base64 ^0.22
normal
chrono ^0.4
normal
futures ^0.3
normal
har ^0.8
normal
http ^1.0
normal
http-body-util ^0.1
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_path_to_error ^0.1
normal
similar ^2.3
normal
sqlx ^0.8
normal
thiserror ^2.0
normal
tokio ^1.0
normal
tracing ^0.1
normal
uuid ^1.0
normal
tempfile ^3
dev
tokio ^1
dev
Versions
87.6%
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
Files
mockforge_recorder/
protocols.rs
1
//! Protocol-specific recording helpers
2
3
pub mod
graphql;
4
pub mod
grpc;
5
pub mod
websocket;