1 unstable release

0.1.0 May 14, 2025

#1958 in Rust patterns

Download history 144/week @ 2025-05-14

144 downloads per month

MIT/Apache

9KB
128 lines

Platform-specific safe cast.

See CastFrom for details.


platform-cast Latest Version API Docs

Platform-specific safe cast.

From TryFrom as cast CastFrom
No runtime check
usize <-> u64[^a]
No truncation
No change of sign

[^a]: Assuming a target with a pointer width of 64.

No runtime deps