parse-display-with 0.0.2

Custom formatting/parsing utilities for parse-display.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// #![include_doc("../../README.md", start)]
//! # parse-display-with
//!
//! [![Crates.io](https://img.shields.io/crates/v/parse-display-with.svg)](https://crates.io/crates/parse-display-with)
//! [![Docs.rs](https://docs.rs/parse-display-with/badge.svg)](https://docs.rs/parse-display-with/)
//! [![Actions Status](https://github.com/frozenlib/parse-display/workflows/CI/badge.svg)](https://github.com/frozenlib/parse-display/actions)
//!
//! Custom formatting/parsing utilities for [parse-display](https://crates.io/crates/parse-display).
//!
//! ## License
//!
//! This project is dual licensed under Apache-2.0/MIT. See the two LICENSE-\* files for details.
//!
//! ## 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.
// #![include_doc("../../README.md", end)]