PlantUML Encoder
A Rust library for encoding PlantUML diagram code, generating compressed strings for use in PlantUML image URLs.
Installation
Add this to your Cargo.toml:
[]
= "0.0.3"
Usage
use encodep;
Features
- UTF-8 encoding
- DEFLATE compression
- Custom 64-character encoding for URL-safe strings
Note
This encoder is specifically designed for PlantUML diagrams and may not be suitable for general-purpose encoding or encryption.