surrealpatch/lib
Tobie Morgan Hitchcock 7710451d7b Remove serde serialization field skipping
Due to a bug in msgpack-rust (https://github.com/3Hren/msgpack-rust/issues/86), in order to have correct serialization<->deserialization of data, we need to ensure all fields are serialized even when empty. This will affect the output size of the data, but will ensure that once serialized, the data is deserialized without issue.
2022-02-23 11:18:46 +00:00
..
src Remove serde serialization field skipping 2022-02-23 11:18:46 +00:00
Cargo.toml Extract core surrealdb code into separate library 2022-02-22 14:16:50 +00:00