index
:
dotavious
fix/allow_id_strings
main
wip/ids_are_attributetext
wip/stop_mangling_non-ascii
A library for generating Graphviz DOT language files for graphs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-26
remove NamedColor for &str
seancarroll
2020-12-26
change name of X11 to NamedColor and adding WeightedColor/ColorList
seancarroll
2020-12-24
Use &self for as_slice to resolve following warning. 'methods called usually...
seancarroll
2020-12-24
dont think to use String::from now that we use Cow. Adding Color struct
seancarroll
2020-12-22
trying some things to reduce some duplication when building node/edge stateme...
seancarroll
2020-12-20
finishing up edge attribute fns
seancarroll
2020-12-20
start work on edge attribute fns
seancarroll
2020-12-19
adding more fns for nodes
seancarroll
2020-12-18
working on additional node functions
seancarroll
2020-12-18
adds typed graph functions
seancarroll
2020-12-15
adds a graph builder. attempting to simplify Graph types
seancarroll
2020-12-14
retain order of attributes by using IndexMap
seancarroll
2020-12-14
working on graph attributes
seancarroll
2020-12-13
clean up to_dot_string string concatenation
seancarroll
2020-12-13
add support for edges
seancarroll
2020-12-12
use Self for NodeBuilder::new which feels a bit cleaner
seancarroll
2020-12-12
adds support for shapes
seancarroll
2020-12-11
Fix lifetime and exclusive reference issues creating graphs with nodes
seancarroll
2020-12-08
working on nodes.
seancarroll
2020-12-07
more polish
seancarroll
2020-12-07
bit of clean up
seancarroll
2020-12-07
fix hard-coded graph type by creating a GraphType trait that will replace the...
seancarroll
2020-12-07
get first test, empty graph, passing
seancarroll
2020-12-07
add AttributeText which is heavy taken from core Rust's Dot LabelText
seancarroll
2020-12-07
add label field but still dont like it. looking for alternative
seancarroll
2020-12-07
attributes should be a hashmap instead of a vec
seancarroll
2020-12-05
initial commit
seancarroll
[prev]