Graphite/libraries/dyn-any
2024-11-29 22:58:49 +00:00
..
derive Fix clippy lints (#2119) 2024-11-29 22:58:49 +00:00
src Fix clippy lints (#2119) 2024-11-29 22:58:49 +00:00
Cargo.toml Refactor the node macro and simply most of the node implementations (#1942) 2024-09-20 03:50:30 -07:00
LICENSE-APACHE Integrate dyn-any into the main graphite repo 2022-08-04 08:52:24 +02:00
LICENSE-MIT Integrate dyn-any into the main graphite repo 2022-08-04 08:52:24 +02:00
README.md Integrate dyn-any into the main graphite repo 2022-08-04 08:52:24 +02:00

DynAny Trait

A Any-like trait and derive macros for non 'static lifetimes.