Expand description

The client of PlantUML Server.

Getting Started

Request to http://www.plantuml.com/plantuml/.

cargo install plantuml-server-client-rs
{
  echo '@startuml'
  echo 'Bob -> Alice : hello'
  echo '@enduml'
} | plantuml-server-client > out.svg

Usages

See README (crates.io)

Structs

Enums

  • A representation of output format of PlantUML Server.
  • An wrapper for representing file or stdin / stdout
  • HTTP Method to request

Constants

Functions