Graphite/libraries/dyn-any
0HyperCube 80cc5bee73 Fix clippy lints (#1327)
* Fix clippy lints

* Update formatting

* Remove unsafe send impls

* New type for Rc<NodeContainer>
2023-07-19 16:38:23 +01:00
..
derive Bump version of dyn-any to address missues which could lead to ub (#1145) 2023-04-17 23:35:04 +02:00
src Fix clippy lints (#1327) 2023-07-19 16:38:23 +01:00
Cargo.toml Fix clippy lints (#1327) 2023-07-19 16:38:23 +01: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.