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

Latest commit

 

History

History
16 lines (14 loc) · 319 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 319 Bytes

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"]