Docs.rs
tinet-0.1.4
tinet 0.1.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
shenshouer
Dependencies
async-trait ^0.1.57
normal
dotenv ^0.15.0
normal
log ^0.4.17
normal
md5 ^0.7.0
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0.85
normal
serde_repr ^0.1.9
normal
thiserror ^1.0.33
normal
tokio ^1.20.1
normal
anyhow ^1.0.63
dev
chrono ^0.4
dev
tracing ^0.1
dev
tracing-subscriber ^0.3
dev
Versions
29.17%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
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
Files
tinet/call_detail_record/
mod.rs
1
//! 通话记录详情
2
mod
outbound;
3
pub use
outbound::
*
;