# into_ext [![docs.rs]](https://docs.rs/into_ext) [![crates.io]](https://crates.io/crates/into_ext) [![github]](https://github.com/steffahn/into_ext) [![MIT / Apache 2.0 licensed]](#License) [![unsafe forbidden]](https://github.com/rust-secure-code/safety-dance/) [github]: https://img.shields.io/badge/github-steffahn/into__ext-yellowgreen.svg [crates.io]: https://img.shields.io/crates/v/into_ext.svg?maxAge=86400 [MIT / Apache 2.0 licensed]: https://img.shields.io/crates/l/into_ext.svg?maxAge=2592000 [docs.rs]: https://docs.rs/into_ext/badge.svg [unsafe forbidden]: https://img.shields.io/badge/unsafe-forbidden-success.svg Extension trait for the [`Into`] trait, offering a method [`.into_::()`] to specify the target type of conversion. [`Into`]: https://doc.rust-lang.org/nightly/core/convert/trait.Into.html "Into" [`.into_::()`]: https://docs.rs/into_ext/0.1/into_ext/trait.IntoExt.html#method.into_ "IntoExt::into_" ## License Licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/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.