# Better_Any
[![docs](https://docs.rs/better_any/badge.svg)](https://docs.rs/better_any)
[![Crate](https://img.shields.io/crates/v/better_any.svg)](https://crates.io/crates/better_any)
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](https://docs.rs/better_any).
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.