diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-09-28 13:57:37 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-09-28 13:57:37 +0200 |
commit | 9f73455cc21f5991dcb2844c369bb4ca7df64747 (patch) | |
tree | 4041707fe6fdcc6899e228e0c54b1dff3bfa53d9 /README.md | |
parent | 52deb7c4a8ed0a3714abe10c6d532e34f784f86c (diff) | |
download | evtclib-9f73455cc21f5991dcb2844c369bb4ca7df64747.tar.gz evtclib-9f73455cc21f5991dcb2844c369bb4ca7df64747.tar.bz2 evtclib-9f73455cc21f5991dcb2844c369bb4ca7df64747.zip |
optionally implement serde::{Des,S}erialize
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ Features: * A high-level interface, intended for consumption within Rust applications. * Support for reading zipped evtc files (`.evtc.zip` or `.zevtc`). * Backwards compatible for older revisions of the evtc format. +* Optional: [serde](https://github.com/serde-rs/serde) integration for + (de)serialization support (enable the `serde` feature). `evtclib` is currently in beta-stage. Not all evtc events are supported, and the API is not yet set in stone. |