parse_display_with/
lib.rs

1#![cfg_attr(not(feature = "std"), no_std)]
2
3pub mod formats;
4
5#[cfg(doctest)]
6mod tests {
7    mod readme_parse_display;
8    mod readme_parse_display_with;
9}