[Pre-RFC] Extended Dot Operator =============================== [![Documentation](https://docs.rs/extdot/badge.svg)](https://docs.rs/extdot) [![Version](https://img.shields.io/crates/v/extdot.svg)](https://crates.io/crates/extdot) [![Build Status](https://travis-ci.org/qfire/extdot.svg?branch=master)](https://travis-ci.org/qfire/extdot) [![Coverage Status](https://coveralls.io/repos/github/qfire/extdot/badge.svg?branch=master)](https://coveralls.io/github/qfire/extdot?branch=master) [![Downloads](https://img.shields.io/crates/d/extdot.svg)](https://crates.io/crates/extdot) [![License](https://img.shields.io/crates/l/extdot.svg)](https://crates.io/crates/extdot) This is a set of macros for testing out the [Pre-RFC Extended dot operator]. The working outline for this RFC can be found on [HackMD]. The macros contained here are currently a work in progress and the state with which they following the RFC will continue to change. [Pre-RFC Extended dot operator]: https://internals.rust-lang.org/t/pre-rfc-extended-dot-operator-as-possible-syntax-for-await-chaining/9304 [HackMD]: https://hackmd.io/s/BkKGyepXV# # 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 this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.