better_any 0.2.0

Type id and Any for non static types
Documentation
# 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

<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>

<br>

<sub>
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.
</sub>