Skip to content

LYXAL-LAB/lyxal_encoding

Repository files navigation

Lyxal Encoding

A modular, high-performance Rust workspace for various encoding standards. This repository serves as the foundational encoding layer for the Lyxal Ecosystem.

📦 Modules

This workspace contains several crates dedicated to specific encoding schemes:

  • multibase: Implementation of the Multibase specification (self-identifying base encodings).
  • base-x: Fast and efficient base encoding/decoding.
  • base256emoji: A visual encoding scheme using a 256-emoji alphabet.
  • base45: Implementation of the Base45 encoding scheme, often used in QR codes.
  • data-encoding: Efficient data encoding utilities.

🚀 Usage

Add the specific crate you need to your Cargo.toml:

[dependencies]
# Example: using the multibase crate
multibase = { git = "https://github.com/LYXAL-LAB/lyxal-encoding" }

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

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 below, without any additional terms or conditions.

📄 License

This project is licensed under either of:

at your option.

🌟 Acknowledgements & Credits

This project includes code forked from or heavily inspired by the following open-source projects. We are grateful to the original authors for their excellent work:

Modifications have been made to integrate these libraries into the Lyxal ecosystem.

About

A modular Rust workspace for encoding standards (Multibase, Base-X, Base256Emoji). The foundational encoding layer for the Lyxal Ecosystem.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors