What this package is like to depend on
Last release 7 months ago
19 Jan 2026
Ships unpredictably
gaps range from 3 weeks to 3.5 years
Nearly every release is documented
notes for 11 of 12 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
12 releases · first in 2019
1 release in the last 12 months
see the full history below
Release timeline
12 releases · Sep 2019 to Jan 2026
2020
2021
2022
2023
2024
2025
2026
Releases
latest 12-
1.3.019 Jan 2026Release notes
Open source →- The crate now requires rustc version 1.85.0 or later.
- The
StrictCast,StrictAsandStrictCastFromtraits were added to replaceUnwrappedCast,UnwrappedAsandUnwrappedCastFrom, which will be deprecated in version 1.4.0. - The
strict_castfunction was added to replaceunwrapped_cast, which will be deprecated in version 1.4.0. - The experimental feature
nightly-floatwas added.
- The
- The crate now requires rustc version 1.85.0 or later.
-
1.2.125 Jul 2022 -
1.2.024 Nov 2021Release notes
Open source →- The following traits were added, which can be used for constraints in the opposite direction to the other cast traits. * CastFrom * CheckedCastFrom * SaturatingCastFrom * WrappingCastFrom * OverflowingCastFrom * UnwrappedCastFrom
-
1.1.223 Aug 2021Release notes
Open source →- Now the [
Debug] implementation for [Round][r-1-1] outputs the value only without “Round()” around it.
- Now the [
-
1.1.125 Mar 2021Release notes
Open source →- The
track_callerattribute is now applied to panicking functions if supported by the compiler.
- The
-
1.1.003 Feb 2021Release notes
Open source →- Unwrapped casts were added, which panic on overflow even when debug assertions are not enabled. * UnwrappedCast * UnwrappedAs * unwrapped_cast
-
1.0.018 Apr 2020 -
0.3.117 Apr 2020 -
0.3.001 Oct 2019Release notes
Open source →- The behavior of static casts was changed: now they return
Option, but an implementation should either always returnSomeor always returnNone.- Bug fix: checked casts from floating-point to wrapped integers were panicking for infinite or NaN.
- The behavior of static casts was changed: now they return
-
0.2.010 Sep 2019Release notes
Open source →- The old
*Astraits were renamed to*Cast.- New more convenient
*Astraits were added.
- New more convenient
- The old
-
0.1.009 Sep 2019Release notes
Open source →- Conversions between integers and floating-point numbers.
- Checked, saturating, wrapping and overflowing conversions.
- Static conversions when the conversion cannot fail.
- Rounding conversions from floating-point numbers to integers using
Round.
- Conversions between integers and floating-point numbers.
-
0.0.007 Sep 2019Nothing published for this version