PackageTrack
Sign in Get early access

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 2022
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 9
  1. 0.6.1 16 Nov 2022

    Nothing published for this version

  2. 0.6.0 16 Nov 2022
    Release notes

    Strip the comu module (migrated to funty 3.0) and the wm module (an idle sketch I will never seriously use).

    Open source →
  3. 0.5.1 16 Nov 2022
    Release notes

    Manually pluck #7 for the 0.5 series

    Open source →
  4. 0.5.0 28 Nov 2021
    Release notes

    Added the Bidi iterator adapter, which applies a .rev() on construction if a given condition is true.

    Added the RangeExt trait for making some operations on <R: RangeBounds<usize>> easier.

    Added a FmtList type (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.

    Open source →
  5. 0.4.0 29 Mar 2021
    Release notes

    Add the comu module containing the type-system mutability tracking extracted from bitvec.

    Open source →
  6. 0.3.0 29 Mar 2021
    Release notes

    Added a background garbage disposal system in the wm module, under the garbage feature. It is accessed by importing the wm::BgDropExt trait 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, and conv. They have been promoted to the [tap] crate.

    Open source →
  7. 0.2.0 30 Apr 2020
    Release notes

    Added conv::TryConv for fallible directed conversion.

    Added fmt module, which supplies behavior to forward any formatting trait to Debug.

    Removed pretty module in favor of fmt.

    Open source →
  8. 0.1.1 24 Oct 2019
    Release notes

    Fix typos.

    Open source →
  9. 0.1.0 22 Sep 2019
    Release notes

    Initial release, featuring:

    • conv
    • exit
    • pipe
    • pretty
    • tap
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive