stdext
Extensions for the Rust standard library structures.
0.3.3
5.6M downloads/mo
#4283 most downloaded on crates.io
popzxc/stdext-rs
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 2.6 years
Some releases are documented
notes for 4 of 8 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
8 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Jun 2020 to Apr 2024Releases
latest 8-
0.3.302 Apr 2024Release notes
Open source →What's Changed
- Add debug_name macro by @patrickelectric in #17
- Add freestanding
default()by @flippette in #18 - Prepare release v0.3.3 by @popzxc in #19
New Contributors
- @patrickelectric made their first contribution in #17
- @flippette made their first contribution in #18
Full Changelog: v0.3.1...v0.3.3
-
0.3.208 Feb 2024Nothing published for this version
-
0.3.111 Jul 2021Nothing published for this version
-
0.3.018 Jun 2021Release notes
Open source →New features
try_matchandunwrap_matchmacros to get a certain variant from an enum.return_okandreturn_somemacros for early return of successful calculation.Integertrait that unifies all the built-in integer types under a single interface.FloatConverttrait that adds an interface for converting floating point numbers into integers.
See all the features of this crate in docs.
Release notes
Open source →-
BREAKING: MSRV got bumped to 1.53.
-
try_matchandunwrap_matchmacros to get a certain variant from an enum #11. -
return_okandreturn_somemacros for early return of successful calculation #11. -
Integertrait that unifies all the built-in integer types under a single interface #12. -
FloatConverttrait that adds an interface for converting floating point numbers into integers #12.
-
0.2.109 Jul 2020 -
0.2.002 Jul 2020 -
0.1.128 Jun 2020Nothing published for this version
-
0.1.027 Jun 2020Nothing published for this version