summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-12-13clean up to_dot_string string concatenationseancarroll
2020-12-13add support for edgesseancarroll
2020-12-12use Self for NodeBuilder::new which feels a bit cleanerseancarroll
2020-12-12adds support for shapesseancarroll
2020-12-11Fix lifetime and exclusive reference issues creating graphs with nodesseancarroll
2020-12-08working on nodes.seancarroll
2020-12-07more polishseancarroll
2020-12-07bit of clean upseancarroll
2020-12-07fix hard-coded graph type by creating a GraphType trait that will replace the...seancarroll
2020-12-07get first test, empty graph, passingseancarroll
2020-12-07add AttributeText which is heavy taken from core Rust's Dot LabelTextseancarroll
2020-12-07add label field but still dont like it. looking for alternativeseancarroll
2020-12-07attributes should be a hashmap instead of a vecseancarroll
2020-12-05initial commitseancarroll