Crates.io | ecoji |
lib.rs | ecoji |
version | 1.0.0 |
source | src |
created_at | 2018-03-19 00:50:59.850833 |
updated_at | 2018-03-19 00:50:59.850833 |
description | Provides base-1024 encoding and decoding using an alphabet of emojis. |
homepage | https://github.com/netvl/ecoji.rs |
repository | https://github.com/netvl/ecoji.rs |
max_upload_size | |
id | 56339 |
size | 51,805 |
A Rust implementation of the Ecoji encoding standard.
Provides a library for encoding and decoding data as a base-1024 sequence of emojis, as well as base64
-like command
line tool to perform these transformations in your shell.
To use the library, add a dependency to your Cargo.toml
:
[dependencies]
ecoji = "1.0"
See the crate documentation for more information and examples.
To use the CLI binary, execute the following command in your shell:
$ cargo install --bin ecoji --features build-binary ecoji
After compilation finishes, an ecoji
binary will be available in your default Cargo binaries directory (usually ~/.cargo/bin
on Unix systems). Run ecoji --help
to see documentation on how to invoke it.
This program is 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.