Docs.rs
tracing-s3-0.1.5
tracing-s3 0.1.5
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ohaddahan
Dependencies
anyhow ^1.0.98
normal
aws-credential-types ^1.2.3
normal
aws-sdk-s3 ^1.100.0
normal
aws-types ^1.3.7
normal
chrono ^0.4.41
normal
dotenv ^0.15.0
normal
serde_json ^1.0.140
normal
tokio ^1.47.1
normal
tracing ^0.1.41
normal
tracing-serde ^0.2.0
normal
tracing-subscriber ^0.3.19
normal
uuid ^1.17.0
normal
Versions
64.29%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
tracing_s3/
lib.rs
1
pub mod
config;
2
pub mod
layer;
3
pub mod
s3_helpers;
4
pub mod
testing;