Graphite/libraries/dyn-any
Timon 67123f55dc
Use target family insted of target arch (#2975)
* Replace cfg target_arch wasm32 with target_family wasm

* Fix warnings in test builds from previous pr
2025-08-03 10:28:53 +00:00
..
derive Unify feature dependencies with workspace dependencies (#2736) 2025-06-21 16:26:25 -07: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.