View Source Plantuml.Encoding.Hex (Plantuml v0.1.1)

Implements PlantUML's hex type text encoding.

See PlantUML's Documentation on text encoding.

Link to this section Summary

Functions

Decodes encoded_diagram thtat was encoded using hex method.

Encodes diagram using hex method.

Link to this section Functions

@spec decode(encoded_diagram :: String.t()) :: diagram :: String.t()

Decodes encoded_diagram thtat was encoded using hex method.

@spec encode(diagram :: String.t()) :: encoded_diagram :: String.t()

Encodes diagram using hex method.