diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-07-30 11:22:23 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-07-30 11:22:23 -0300 |
commit | a8778ff35bde88bb63d9fec769edf66e68d7969e (patch) | |
tree | e9a2b7d347420e3a88f831b6f20513fcb211df4a /README.md | |
parent | c2279c63912a47bf3078f5df3b3156ba0d9afe9f (diff) |
Initial work on 0.1.0
Missing the VM.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
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. |