bin-encode-decode

Crates.iobin-encode-decode
lib.rsbin-encode-decode
version1.1.40
created_at2025-02-20 01:05:37.476734+00
updated_at2026-01-25 01:41:05.298953+00
descriptionA high-performance binary encode and decode library that supports customizable character sets beyond Base64.
homepage
repositoryhttps://github.com/crates-dev/bin-encode-decode
max_upload_size
id1562050
size25,238
尤雨东 (eastspire)

documentation

README

bin-encode-decode

Official Documentation

Api Docs

A high-performance binary encode and decode library that supports customizable character sets beyond Base64.

Features

  • Custom Character Sets: Define your own character set for encoding and decoding, allowing for flexible data representation.
  • High Performance: Optimized for speed, making it suitable for applications requiring efficient cryptographic operations.
  • Simple API: Intuitive and easy-to-use interface for both encode and decode processes.
  • Robust Error Handling: Provides clear and descriptive error messages to facilitate debugging.
  • Extensive Documentation: Comprehensive guides and examples to help you get started quickly.

Installation

To install bin-encode-decode run cmd:

cargo add bin-encode-decode

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Contact

For any inquiries, please reach out to the author at root@ltpp.vip.

Commit count: 97

cargo fmt