mirror of
https://github.com/Drop-OSS/dropbreak.git
synced 2026-07-18 09:57:53 -04:00
update readme for Ron
This commit is contained in:
@@ -72,6 +72,20 @@ default-features = false
|
||||
features = ["yaml"]
|
||||
```
|
||||
|
||||
### Ron
|
||||
|
||||
If you would like to use [`ron`](https://github.com/ron-rs/ron) instead of bincode:
|
||||
|
||||
- Disable default features
|
||||
- Specify ron_enc as a feature
|
||||
|
||||
```toml
|
||||
[dependencies.rustbreak]
|
||||
version = "1"
|
||||
default-features = false
|
||||
features = ["ron_enc"]
|
||||
```
|
||||
|
||||
How it works
|
||||
------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user