wyz
myrrlyn’s utility collection
0.6.1
251M downloads/mo
#418 most downloaded on crates.io
myrrlyn/wyz
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships fairly regularly
a new release about every 8 months
Most releases are documented
notes for 8 of 9 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
9 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Sep 2019 to Nov 2022Releases
latest 9-
0.6.116 Nov 2022Nothing published for this version
-
0.6.016 Nov 2022Release notes
Open source →Strip the
comumodule (migrated tofunty 3.0) and thewmmodule (an idle sketch I will never seriously use). -
0.5.116 Nov 2022 -
0.5.028 Nov 2021Release notes
Open source →Added the
Bidiiterator adapter, which applies a.rev()on construction if a given condition is true.Added the
RangeExttrait for making some operations on<R: RangeBounds<usize>>easier.Added a
FmtListtype (and.fmt_list()method) which allows anything that can be borrowed as an iterator to render itself conveniently.Added more pointer methods to
Address, and created a system for working with references as well as pointers. -
0.4.029 Mar 2021Release notes
Open source →Add the
comumodule containing the type-system mutability tracking extracted frombitvec. -
0.3.029 Mar 2021Release notes
Open source →Added a background garbage disposal system in the
wmmodule, under thegarbagefeature. It is accessed by importing thewm::BgDropExttrait and using its.bg_drop()method on a value.The disposal system manages a single worker thread which receives any type and runs the appropriate destructor for it. Once initialized, the system remains in operation until explicitly shut down by the client program; once shut down, all future deferred-drop objects are destroyed in their local thread as normal.
This system allows programs to opt in to faster immediate behavior when a value goes out of scope, with minimal system and per-value cost.
Removed
tap,pipe, andconv. They have been promoted to the [tap] crate. -
0.2.030 Apr 2020Release notes
Open source →Added
conv::TryConvfor fallible directed conversion.Added
fmtmodule, which supplies behavior to forward any formatting trait toDebug.Removed
prettymodule in favor offmt. -
0.1.124 Oct 2019 -
0.1.022 Sep 2019