Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
[skip ci] Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Jun 19, 2024
1 parent b928950 commit cbd67d3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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"]
```

0 comments on commit cbd67d3

Please sign in to comment.