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

#2019 in Encoding

Download history 3/week @ 2024-07-22 21/week @ 2024-07-29 4/week @ 2024-08-05 12/week @ 2024-08-12 10/week @ 2024-09-16 15/week @ 2024-09-23 12/week @ 2024-09-30 8/week @ 2024-10-07 18/week @ 2024-10-14 3/week @ 2024-10-21 27/week @ 2024-10-28 13/week @ 2024-11-04

61 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