Files
Conrad Irwin e3350d3975 Remove bincode from workspace serialization
Using bincode makes it quite tricky to debug the workspaces table, as it
contains leading null bytes (which sqlite doesn't handle well).

JSON is much easier to use, and more space-efficient to boot.
2024-04-16 21:49:02 -06:00
..