docs.rs failed to build hexga_encoding-0.0.11-beta.51
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
🚧 Warning: Experimental Crate! 🚧
This crate is currently in beta and experimental. It is subject to breaking changes in future releases. Use it at your own risk, and keep in mind that the API may change in future versions.
HexGa Encoding
hexga_encoding provides a unified way to load, save, and encode a value across multiple formats and media types.
It includes support for Data URLs (RFC 2397), binary URLs, MIME-based media typing, and optional Serde integration.
Also export common Serde serializers and deserializers in a unified way (json, ron, ...) in the serde flag is present.
🧩 Example
use ;
let text = Stringfrom;
let url = text.to_url.unwrap;
assert!;
let decoded = Stringfrom_url.unwrap;
assert_eq!;
Main Hexga crate
Check hexga : https://crates.io/crates/hexga if you are interested in a quick start, it regroup multiple hexga crates.