PackageTrack
Sign in Get early access

constcat

concat! with support for const variables and expressions

0.6.1 16M downloads/mo #2358 most downloaded on crates.io rossmacarthur/constcat

What this package is like to depend on

Last release 1 years ago

18 May 2025

Release timing varies

gaps range from 2 weeks to 9 months

Nearly every release is documented

notes for 11 of 11 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

11 releases · first in 2022

0 releases in the last 12 months

see the full history below

Release timeline

11 releases · Mar 2022 to May 2025
2023 2024 2025 2026
Release Pre-release

Releases

latest 11
  1. 0.6.1 18 May 2025
    Release notes

    May 18th, 2025

    Open source →
  2. 0.6.0 28 Jan 2025
    Release notes

    January 28th, 2025

    • Improve macro performance. Improves performance of the macro particularly when concatenating a large number of strs/slices. This change requires the MSRV to be increased to Rust 1.66.
    Open source →
  3. 0.5.1 05 Oct 2024
    Release notes

    October 5th, 2024

    Open source →
  4. 0.5.0 29 Feb 2024
    Release notes

    February 29th, 2024

    • Allow slice concatenation without initial value. This change removes the need to add the initializer for non-number types when calling concat_slices!. Instead of having to write something like this:
      concat_slices!([(0, 0, 0); (u8, u8, u8)]: /* ... */);
      
      You can just write
      concat_slices!([(u8, u8, u8)]: /* ... */);
      
      Contributed by airblast-dev
    Open source →
  5. 0.4.1 24 Jan 2024
    Release notes Open source →
  6. 0.4.0 03 Nov 2023
    Release notes Open source →
  7. 0.3.1 10 Oct 2023
    Release notes Open source →
  8. 0.3.0 04 Jan 2023
    Release notes Open source →
  9. 0.2.0 25 Sep 2022
    Release notes Open source →
  10. 0.1.1 30 Mar 2022
    Release notes

    March 30th, 2022

    Open source →
  11. 0.1.0 19 Mar 2022
    Release notes

    March 19th, 2022

    First release.

    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