5 releases

0.1.4 Oct 27, 2020
0.1.3 Oct 24, 2020
0.1.2 Oct 22, 2020
0.1.1 Oct 22, 2020
0.1.0 Oct 22, 2020

#2199 in Encoding

Download history 6/week @ 2024-11-13 5/week @ 2024-11-27 12/week @ 2024-12-04 17/week @ 2024-12-11 1/week @ 2024-12-18 1/week @ 2025-01-08 3/week @ 2025-01-29 19/week @ 2025-02-05 39/week @ 2025-02-12 10/week @ 2025-02-19 20/week @ 2025-02-26

90 downloads per month
Used in flac-tracksplit

MIT license

42KB
791 lines

inv-conv

Integer conversions for Rust.

This library provides explicit integer conversions to use instead of as.

See the documentation for more details


lib.rs:

Integer conversions

This crate provides explicit conversions between integer types.

Features

Various helpers are also provided to be used with the turbofish syntax (::<>).

Dependencies

~42KB