Skip to content

pickfire/babelfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babelfish

The universal translater for encodings.

Install

Installing with different features provides different binaries. By default all features are selected.

$ cargo install babelfish

To install babelfish with only support for cbor and json which provides json2cbor and cbor2json.

$ cargo install babelfish --features="cbor json"  # cbor2json, json2cbor

Supported encodings

  • cbor
  • json
  • toml
  • yaml

Usage

Currently, conversion can only be done with input output.

$ cbor2json < file.cbor
$ cat file.json | jq ... | json2cbor > file.cbor

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.