From 9f73455cc21f5991dcb2844c369bb4ca7df64747 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 28 Sep 2020 13:57:37 +0200 Subject: optionally implement serde::{Des,S}erialize --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2f7e4ab..2bcc2a6 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3