PackageTrack
Sign in Get early access

archery

Abstract over the atomicity of reference-counting pointers

1.2.3 21M downloads/mo #2034 most downloaded on crates.io orium/archery

What this package is like to depend on

Last release 14 days ago

09 Aug 2026

Release timing varies

gaps range from 2 weeks to 2.7 years

Nearly every release is documented

notes for 12 of 13 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

13 releases · first in 2019

2 releases in the last 12 months

see the full history below

Release timeline

13 releases · Feb 2019 to Aug 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 13
  1. 1.2.3 09 Aug 2026
    Release notes
    • Fix UB in shared pointer kinds relying on Rc/Arc layout (#33).
    • Update dependencies.
    Open source →
    Release notes
    • Fix UB in shared pointer kinds relying on Rc/Arc layout (#33).
    • Update dependencies.
    Open source →
  2. 1.2.2 06 Oct 2025
    Release notes
    • Relicensed project under the MIT license.
    Open source →
    Release notes
    • Relicensed project under the MIT license.
    Open source →
  3. 1.2.1 13 Aug 2024
    Release notes
    • No longer depend on static_assertions.
    Open source →
    Release notes
    • No longer depend on static_assertions.
    Open source →
  4. 1.2.0 20 Feb 2024
    Release notes
    • Added support for serde. This gated behind the serde feature.
    Open source →
    Release notes
    • Added support for serde. This is gated behind the serde feature.
    Open source →
  5. 1.1.0 31 Oct 2023
    Release notes
    • Added support for triomphe::Arc as a pointer kind. This gated behind the triomphe feature.
    Open source →
    Release notes
    • Added support for triomphe::Arc as a pointer kind. This gated behind the triomphe feature.
    Open source →
  6. 1.0.0 21 Jul 2023
    Release notes
    • No changes. It’s just time to commit to a stable release :).
    Open source →
    Release notes
    • No changes. It’s just time to commit to a stable release :).
    Open source →
  7. 0.5.0 15 Mar 2023
    Release notes
    • Fix Send/Sync unsoundness in SharedPointer. See issue #18.
    • Added SharedPointer::pin().
    • Added SharedPointer::as_ptr().
    • Updated dependencies.
    • Updated to 2021 edition.
    Open source →
    Release notes
    • Fix Send/Sync unsoundness in SharedPointer. See issue #18.
    • Added SharedPointer::pin().
    • Added SharedPointer::as_ptr().
    • Updated dependencies.
    • Updated to 2021 edition.
    Open source →
  8. 0.4.0 22 Jun 2020
    Release notes
    • Added support for no_std.
    Open source →
    Release notes
    • Added support for no_std.
    Open source →
  9. 0.3.0 02 Sep 2019
    Release notes
    • Renamed SharedPointerKindRc and SharedPointerKindArc to RcK and ArcK, respectively.
    Open source →
  10. 0.2.1 04 Mar 2019
    Release notes
    • Minor fix in README.
    Open source →
    Release notes
    • Minor fix in README.
    Open source →
  11. 0.2.0 04 Mar 2019
    Release notes
    • Added some functionality to SharedPointer that you would expect from Rc/Arc.
      • Functions:
        • SharedPointer::try_unwrap().
        • SharedPointer::get_mut().
        • SharedPointer::strong_count().
        • SharedPointer::ptr_eq().
      • Traits:
        • Default.
        • From<T>.
        • From<Box<T>>.
        • std::fmt::Pointer.
    Open source →
  12. 0.1.0 25 Feb 2019
    Release notes
    • Initial release with SharedPointer, SharedPointerKind, SharedPointerKindRc, and SharedPointerKindArc.
      • Functionality exposed from the underlying pointers: deref(), make_mut(), clone().
    Open source →
  13. 0.0.0 20 Feb 2019

    Nothing published for this version

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