Docs.rs
typesize-0.1.14
typesize 0.1.14
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
GnomedDev
Dependencies
arrayvec ^0.7.4
normal
optional
bitvec ^1.0.1
normal
optional
chrono ^0.4.31
normal
optional
dashmap ^5.5.3
normal
optional
extract_map ^0.1.0
normal
optional
halfbrown ^0.2.4
normal
optional
hashbrown ^0.14.2
normal
optional
hashbrown ^0.15.2
normal
optional
mini-moka ^0.10.2
normal
optional
nonmax ^0.5.5
normal
optional
parking_lot ^0.12.1
normal
optional
secrecy ^0.8.0
normal
optional
serde_json ^1
normal
optional
simd-json ^0.13
normal
optional
time ^0.3.30
normal
optional
typesize-derive =0.1.11
normal
url ^2.4
normal
optional
web-time ^1.1.0
normal
optional
Versions
95.45%
of the crate is documented
Platform
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
typesize/libs/
chrono.rs
1
use
crate
::TypeSize;
2
3
impl
<Tz: chrono::TimeZone> TypeSize
for
chrono::DateTime<Tz> {}