You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added bincode and json and used them a lot. However, bincode does not guarantee that the binary format is stable across Rust-compiler versions, so it is not suited for longer term storage. Json is slower to process, and results in large files.
For that reason I investigated bson, but that did not provide sufficient benefits, so therefore I switched back to json.
I consider to remove the bson option for that reason as others also run into issues with it.
After getting past #3, I see
Using
-o json
works.The text was updated successfully, but these errors were encountered: