[go: up one dir, main page]

easy-cast 0.3.0

Type conversions which are expected to succeed
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Changelog
=========

## [0.3.0] — 2021-03-29

-   Add `conv_trunc` / `cast_trunc` (#11)
-   Explicitly support Rust 1.36.0 (and potentially older; #10)
-   Support `no_std` (#10)
-   Fix rounding for `floor` on negative values (#10)

## [0.2.0] — 2021-03-20

-   Add feature flags controlling assert behaviour
-   Remove restrictions on isize/usize (#6)
-   Fix bad revert checks (#6)