[![crates.io](https://img.shields.io/crates/v/inline_any?style=flat-square)](https://crates.io/crates/inline_any) [![build status](https://img.shields.io/github/workflow/status/Cyborus04/inline_any/Rust?style=flat-square)](https://github.com/Cyborus04/inline_any/actions) # `inline_any` inline storage of `Any` type safe version of [`typeless`](https://www.crates.io/crate/typeless) ## Usage Add the following to your `Cargo.toml` ```toml [dependencies] inline_any = "0.1" ``` ## License This project is licensed under either of - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) ([LICENSE-APACHE](LICENSE-APACHE)) - [MIT License](http://opensource.org/licenses/MIT) ([LICENSE-MIT](LICENSE-MIT)) at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.