Announcing babelfish 0.1 - universal translater for encodings

tl;dr https://github.com/pickfire/babelfish

Babelfish is a translator between encodings. Currently only designed to be used as binary, might consider to make it a library in the future. To get started:

$ cargo install babelfish
$ cbor2json < file.cbor

Current supported encodings:

  • cbor
  • json
  • toml
1 Like