map-self 0.1.1

Map a value itself instead of its contained value in usual closure style
Documentation
[<img alt="crates.io" src="https://img.shields.io/crates/v/map-self.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/map-self)

A Rust library crate that offers the `MapSelf` trait, implemented on all types.

**Please consider using the [`tap`](https://crates.io/crates/tap) crate instead, which provides more functionality.** By the way, [`and_then_some`](https://crates.io/crates/and_then_some) is also a nice little helper.

# 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.

# Contribution


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.