summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 6 insertions, 20 deletions
diff --git a/README.md b/README.md
index 9567cbc..764f4e7 100644
--- a/README.md
+++ b/README.md
@@ -30,23 +30,9 @@ your tool of choice.
     https://en.wikipedia.org/wiki/Halting_problem
     "Halting problem (Wikipedia)"
 
-License
--------
-
-```text
-Datafu - Rust library for extracting data from object graphs.
-Copyright (C) 2021  Soni L.
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU Affero General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU Affero General Public License for more details.
-
-You should have received a copy of the GNU Affero General Public License
-along with this program.  If not, see <https://www.gnu.org/licenses/>.
-```
+Comparison with Serde
+---------------------
+
+As of Datafu 0.1.0, Datafu is powered by Serde. This enables relying on Serde
+for deserialization and Datafu for efficiency. Note, however, that Datafu is
+stateful.