From cbd67d3f02b6a63d60b99dfb1fa5260d8ac6bcbc Mon Sep 17 00:00:00 2001 From: SanmerDev Date: Wed, 19 Jun 2024 15:55:57 +0800 Subject: [PATCH] [skip ci] Add README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md 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