| Crates.io | babelfish |
| lib.rs | babelfish |
| version | 0.2.1 |
| created_at | 2018-12-08 07:09:48.212019+00 |
| updated_at | 2021-02-18 02:47:36.613243+00 |
| description | Universal translater for encodings |
| homepage | |
| repository | https://github.com/pickfire/babelfish |
| max_upload_size | |
| id | 100778 |
| size | 28,853 |
The universal translater for encodings.
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
Currently, conversion can only be done with input output.
$ cbor2json < file.cbor
$ cat file.json | jq ... | json2cbor > file.cbor
Licensed under either of
at your option.
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.