From 7bbbfd046324363c8db1fb15d39aeb02fe7331b5 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 21 Mar 2021 14:10:24 -0600 Subject: hilarious and original joke --- README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 21dd108..e8ea5c6 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ -# toml-rs +# milf-rs -[![Latest Version](https://img.shields.io/crates/v/toml.svg)](https://crates.io/crates/toml) -[![Documentation](https://docs.rs/toml/badge.svg)](https://docs.rs/toml) +[![Latest Version](https://img.shields.io/crates/v/milf.svg)](https://crates.io/crates/milf) +[![Documentation](https://docs.rs/milf/badge.svg)](https://docs.rs/milf) -A [TOML][toml] decoder and encoder for Rust. This library is currently compliant -with the v0.5.0 version of TOML. This library will also likely continue to stay -up to date with the TOML specification as changes happen. +A [My INI-Like Format (MILF)][toml] decoder and encoder for Rust. This library is currently compliant +with the v0.5.0 version of MILF. This library will also likely continue to stay +up to date with the MILF specification as changes happen. [toml]: https://github.com/toml-lang/toml ```toml -# Cargo.toml +# Cargo.milf [dependencies] -toml = "0.5" +milf = "0.5" ``` This crate also supports serialization/deserialization through the [serde](https://serde.rs) crate on crates.io. Currently the older `rustc-serialize` -crate is not supported in the 0.3+ series of the `toml` crate, but 0.2 can be +crate is not supported in the 0.3+ series of the `milf` crate, but 0.2 can be used for that support. # License @@ -33,6 +33,4 @@ at your option. ### Contribution -Unless you explicitly state otherwise, any contribution intentionally submitted -for inclusion in toml-rs by you, as defined in the Apache-2.0 license, shall be -dual licensed as above, without any additional terms or conditions. +Don't contribute to this. -- cgit v1.2.3