summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-23support Into<String> in more scenarios to remove the need for users to always...seancarroll
2021-03-22fix html_root_urlseancarroll
2021-03-22some minor tweaksseancarroll
2021-03-20adds ViewPort structseancarroll
2021-01-20Attribute Constraintsseancarroll
2021-01-17flushing out more complex example for docsseancarroll
2021-01-16fix some docsseancarroll
2021-01-16Remove Attribute Statement Structs for IndexMapseancarroll
2021-01-12support subgraphsseancarroll
2021-01-10improve rust docsseancarroll
2021-01-10ditch render options for nowseancarroll
2021-01-09cargo fmtseancarroll
2021-01-08working through how to make it easier to render DOT to stringseancarroll
2021-01-08improving docsseancarroll
2021-01-07adding rustdocsseancarroll
2021-01-06trying to organize files and use declarationsseancarroll
2021-01-03more organizationseancarroll
2021-01-03starting some work on improving organizationseancarroll
2021-01-03we arent using Config and i'm not 100% sure what if any configuration or rend...seancarroll
2021-01-02adding rustfmt.toml and ran cargo fmt on projectseancarroll
2021-01-02tidy up some shared code and docsseancarroll
2021-01-02tweak Point constructorsseancarroll
2021-01-02adds rectangle structseancarroll
2021-01-02minor tweaksseancarroll
2021-01-02allows to specify port positions on edge statementsseancarroll
2021-01-02adding port position attributeseancarroll
2021-01-02ditch custom trait for converting struct/enums to AttributeText and instead ...seancarroll
2021-01-01start using From trait to convert u32, f32, bool, etc to AttributeTextseancarroll
2021-01-01split out attribute_text from DotString into own trait called Attributeseancarroll
2021-01-01fix typoseancarroll
2021-01-01adds tests. still working through some DotString implementationsseancarroll
2020-12-30alter dot rendering to fix issue when graph id not providedseancarroll
2020-12-30moving more things over to DotString traitseancarroll
2020-12-29cant spell. quotted -> quotedseancarroll
2020-12-29adding more colorlist and point methods. adding Ratio enum. Thinking about a ...seancarroll
2020-12-29trying some usability changes for fill_color by accepting vec of tuplesseancarroll
2020-12-28bit of cleanup. adding colorlist fnsseancarroll
2020-12-26remove NamedColor for &strseancarroll
2020-12-26change name of X11 to NamedColor and adding WeightedColor/ColorListseancarroll
2020-12-24Use &self for as_slice to resolve following warning. 'methods called usually...seancarroll
2020-12-24dont think to use String::from now that we use Cow. Adding Color structseancarroll
2020-12-22trying some things to reduce some duplication when building node/edge stateme...seancarroll
2020-12-20finishing up edge attribute fnsseancarroll
2020-12-20start work on edge attribute fnsseancarroll
2020-12-19adding more fns for nodesseancarroll
2020-12-18working on additional node functionsseancarroll
2020-12-18adds typed graph functionsseancarroll
2020-12-15adds a graph builder. attempting to simplify Graph typesseancarroll
2020-12-14retain order of attributes by using IndexMapseancarroll
2020-12-14working on graph attributesseancarroll