Graphite/libraries/dyn-any
Dennis Kobert 7377871106
Fix clippy warnings (#3085)
* Run clippy fix

* Clippy v2

* Make const item static

* Cargo fmt
2025-08-23 11:45:47 +02:00
..
derive Fix clippy warnings (#3085) 2025-08-23 11:45:47 +02:00
src Use target family insted of target arch (#2975) 2025-08-03 10:28:53 +00:00
Cargo.toml Remove unused dependencies from the Cargo.toml files via cargo shear (#2723) 2025-06-19 20:28:17 -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.