traitful
A collection of helper macros for trait patterns
0.3.0
8.3M downloads/mo
#3438 most downloaded on crates.io
ardaku/traitful
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships fairly regularly
a new release about every 2 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
4 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jul 2023 to Dec 2023
2024
2025
2026
Releases
latest 4-
0.3.016 Dec 2023Release notes
Open source →Changed
- Extension trait methods now show up as "Provided methods" rather than "Required methods" in documentation
- Extension traits no longer infer
Self: Sizedon methods that takeselfby value
-
0.2.109 Sep 2023Release notes
Open source →Added
- Support bounds on generics (
#[seal],#[extend]) - Support
for<>syntax in#[extend] - Support
#[extend]with no attribute params
- Support bounds on generics (
-
0.2.023 Jul 2023Release notes
Open source →Changed
#[extend]API to operate on traits rather than impls- Improved documentation for
#[extend] - Improved documentation for
#[seal]
-
0.1.023 Jul 2023