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

#1383 in Encoding

43 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

~43KB