9 releases
0.3.3 | Jul 12, 2024 |
---|---|
0.3.2 | Jul 9, 2024 |
0.2.3 | Jul 2, 2024 |
0.2.2 | Jun 30, 2024 |
0.1.1 | Jun 27, 2024 |
#522 in Rust patterns
523 downloads per month
Used in 9 crates
(6 directly)
16KB
343 lines
dyn_std
Core functionality for the dyn_derive
crate.
lib.rs
:
Dynamic (object-safe) version of std traits.
See: dyn_derive