Commit Graph

19 Commits

Author SHA1 Message Date
Zykino b9bffdc19c Bump version to 0.1.1
Changelog:
  * Move the examples data files
  * Implement a first pass on every data format listed on serde.rs
2022-12-04 14:42:25 +01:00
Zykino 9f5cbd7d07 Fix tests 2022-12-04 14:24:26 +01:00
Zykino 971a19a6e0 Add Bencode Deserialization 2022-12-04 14:24:05 +01:00
Zykino 91d5fc666f Attempt to add FlexBuffers format 2022-10-29 20:33:38 +02:00
Zykino f5b2a25eaf Add GVariant with the same (very low) hope to trully make it work as DBus 2022-10-27 00:22:37 +02:00
Zykino ceb10fabd9 Rename folder containing data foramt samples 2022-10-27 00:02:27 +02:00
Zykino 7c7ab52379 Update README 2022-10-26 23:56:41 +02:00
Zykino 75ca5735a8 Tagging script should run the test and force formatting => dirty repo will prevent the tagging 2022-10-26 23:54:46 +02:00
Zykino 6a4fbe3098 Attempt to add DBus, it compiles but I did not achive a conversion (in either direction) 2022-10-26 23:53:37 +02:00
Zykino 20022a54e8 Try to add S-Expressions (LISP family) 2022-09-25 22:47:52 +02:00
Zykino f17e13fe25 Add Message Pack serialization 2022-09-21 00:42:58 +02:00
Zykino d13a167ac8 Add URL QueryString serialization 2022-09-20 23:23:58 +02:00
Zykino 2e75ffea68 Add JSON5 deserialization 2022-09-20 23:03:15 +02:00
Zykino d7e5bcea1b Add a script to have consistents tags 2022-09-18 20:46:03 +02:00
Zykino 20c45f269c Attempt to add support for BSON 2022-09-18 19:13:35 +02:00
Zykino 2cdcea5391 Add support for Pickle a Python serialization format 2022-09-18 12:39:10 +02:00
Zykino af86c50311 Add `use` close to the (De)Serializer usage 2022-09-18 10:41:33 +02:00
Zykino 3ee0a9aee0 Add a test 2022-09-18 01:29:21 +02:00
Zykino c4becb0b12 POC: Inital commit (transcode json, ron, yaml) 2022-09-17 20:29:35 +02:00