All Projects → pickfire → babelfish

pickfire / babelfish

Licence: other
Universal translater for encodings

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to babelfish

documentation
Babelfish documentation (GitBook)
Stars: ✭ 40 (+207.69%)
Mutual labels:  babelfish
iconv
Fast encoding conversion library for Erlang / Elixir
Stars: ✭ 45 (+246.15%)
Mutual labels:  encoding
staxrip
StaxRip is a video encoding app for Windows with a unrivaled feature set and usability.
Stars: ✭ 132 (+915.38%)
Mutual labels:  encoding
urdu-characters
📄 Complete collection of Urdu language characters & unicode code points.
Stars: ✭ 24 (+84.62%)
Mutual labels:  encoding
dark-lord-obama
AV-evading Pythonic Reverse Shell with Dynamic Adaption Capabilities
Stars: ✭ 61 (+369.23%)
Mutual labels:  encoding
go-client
Babelfish Go client
Stars: ✭ 38 (+192.31%)
Mutual labels:  babelfish
h264-roi
H.264 video Region of Interest encoding tool, using x264
Stars: ✭ 44 (+238.46%)
Mutual labels:  encoding
gb-convert
Gameboy tile conversion and map editor tool
Stars: ✭ 26 (+100%)
Mutual labels:  encoding
avro ex
An Avro Library that emphasizes testability and ease of use.
Stars: ✭ 47 (+261.54%)
Mutual labels:  encoding
posprinterdriver
Android ESC/POS Printer Driver (https://play.google.com/store/apps/details?id=com.fidelier.posprinterdriver) usage notes
Stars: ✭ 61 (+369.23%)
Mutual labels:  encoding
7uring
An advanced cryptography tool for hashing, encrypting, encoding, steganography and more.
Stars: ✭ 15 (+15.38%)
Mutual labels:  encoding
base58
Fast implementation of base58 encoding on golang.
Stars: ✭ 121 (+830.77%)
Mutual labels:  encoding
velvet-video
Java library for encoding / decoding / muxing / demuxing video and audio in various formats
Stars: ✭ 32 (+146.15%)
Mutual labels:  encoding
readtext
an R package for reading text files
Stars: ✭ 102 (+684.62%)
Mutual labels:  encoding
web
Web client for Babelfish server
Stars: ✭ 22 (+69.23%)
Mutual labels:  babelfish
harsh
Hashids implementation in Rust
Stars: ✭ 48 (+269.23%)
Mutual labels:  encoding
Lingo
Text encoding for modern C++
Stars: ✭ 28 (+115.38%)
Mutual labels:  encoding
Base62
PHP Base62 encoder and decoder for integers and big integers with Laravel 5 support.
Stars: ✭ 16 (+23.08%)
Mutual labels:  encoding
scram-cli
A command-line utility to encode messages. Python 3.
Stars: ✭ 13 (+0%)
Mutual labels:  encoding
vcdiff
Heavily optimized .NET Core vcdiff library
Stars: ✭ 16 (+23.08%)
Mutual labels:  encoding

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].