#proc-macro #template

macro better_typeid_derive

derive macro part of better_any

2 releases

0.1.1 Jan 8, 2021
0.1.0 Oct 18, 2020

#6 in #procmacro

Download history 9143/week @ 2023-12-14 7549/week @ 2023-12-21 5950/week @ 2023-12-28 11669/week @ 2024-01-04 14845/week @ 2024-01-11 15998/week @ 2024-01-18 16218/week @ 2024-01-25 13429/week @ 2024-02-01 14827/week @ 2024-02-08 15009/week @ 2024-02-15 14459/week @ 2024-02-22 12094/week @ 2024-02-29 11727/week @ 2024-03-07 14102/week @ 2024-03-14 12717/week @ 2024-03-21 10888/week @ 2024-03-28

51,107 downloads per month
Used in 133 crates (via better_any)

MIT/Apache

9KB
153 lines

Better_Any

docs Crate

Provides a workaround for absence of non_static_type_id feature in Rust and extended version of Any trait for types with single lifetime.

For more details see documentation.

MSRV: 1.41.0-stable

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this repository by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1.5MB
~32K SLoC