summaryrefslogtreecommitdiff
path: root/src/graphmarkup.rs
AgeCommit message (Expand)AuthorFilesLines
2021-06-19plantuml: Pass dot path into plantumlDaniel Silverstone1-0/+2
2021-06-19build: Support dot/plantuml.jar paths via build environment variablesDaniel Silverstone1-3/+14
2021-06-19cli: Add flexibility in dot and plantuml locationsDaniel Silverstone1-5/+47
2021-06-06graphmarkup: Support JAVA_HOME for plantuml launchDaniel Silverstone1-4/+26
2020-11-04graphmarkup: Add pikchr rendererDaniel Silverstone1-0/+33
2020-03-30Refactor: rename OurError to SubplotErrorLars Wirzenius1-5/+5
2020-03-28Change: use thiserror to simplify errors.rsLars Wirzenius1-5/+5
2020-03-09Change: run plantuml in pipe modeLars Wirzenius1-19/+12
2020-03-09Change: run plantuml in headless modeLars Wirzenius1-1/+5
2020-03-08Refactor: add a GraphMarkup trait, use for dot and plantumlLars Wirzenius1-0/+117