Graphite/libraries/dyn-any
Dennis Kobert 1d6c4f13dd Bump version of dyn-any to address missues which could lead to ub (#1145)
* Make StaticType trait unsafe

* Mark StaticTypeSized and StaticTypeClone as unsafe as well

* Update dyn-any dependency

* Update manifest links
2023-04-17 23:35:04 +02: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 Bump version of dyn-any to address missues which could lead to ub (#1145) 2023-04-17 23:35:04 +02:00
Cargo.toml Bump version of dyn-any to address missues which could lead to ub (#1145) 2023-04-17 23:35:04 +02: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

README.md

DynAny Trait

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