Graphite/libraries/dyn-any
Prikshit Gautam 70fcb35444 Remove warnings from build and satisfied clippy (#1288)
* Prefixed unused functions with underscore

* Applied clippy lints

* Fixed some warnings and removed some `allow` statements
2023-06-07 14:46:47 +05:30
..
derive Bump version of dyn-any to address missues which could lead to ub (#1145) 2023-04-17 23:35:04 +02:00
src Remove warnings from build and satisfied clippy (#1288) 2023-06-07 14:46:47 +05:30
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

DynAny Trait

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