MRepoApp / serde-prop

Rust library for serializing and deserializing `prop`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serde-prop

Rust library for serializing and deserializing prop

usage

[dependencies.serde-prop]
git = "https://github.com/MRepoApp/serde-prop.git"

usage (no-std)

[dependencies.serde-prop]
git = "https://github.com/MRepoApp/serde-prop.git"
default-features = false
features = ["alloc"]

About

Rust library for serializing and deserializing `prop`

License:Apache License 2.0


Languages

Language:Rust 100.0%