bin-encode-decode 1.1.31

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

# bin-encode-decode

[![](https://img.shields.io/crates/v/bin-encode-decode.svg)](https://crates.io/crates/bin-encode-decode)
[![](https://img.shields.io/crates/d/bin-encode-decode.svg)](https://img.shields.io/crates/d/bin-encode-decode.svg)
[![](https://docs.rs/bin-encode-decode/badge.svg)](https://docs.rs/bin-encode-decode)
[![](https://github.com/crates-dev/bin-encode-decode/workflows/Rust/badge.svg)](https://github.com/crates-dev/bin-encode-decode/actions?query=workflow:Rust)
[![](https://img.shields.io/crates/l/bin-encode-decode.svg)](./LICENSE)

</center>

[Official Documentation](https://docs.ltpp.vip/bin-encode-decode/)

> 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:

```sh
cargo add bin-encode-decode
```

## License

This project is licensed under the MIT License. See the [LICENSE](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](mailto:root@ltpp.vip).