diff --git a/README.md b/README.md new file mode 100644 index 0000000..101346c --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# serde-prop +Rust library for serializing and deserializing `prop` + +## usage +```toml +[dependencies.serde-prop] +git = "https://github.com/MRepoApp/serde-prop.git" +``` + +## usage (no-std) +```toml +[dependencies.serde-prop] +git = "https://github.com/MRepoApp/serde-prop.git" +default-features = false +features = ["alloc"] +``` \ No newline at end of file