rust/src/libgraphviz
Jakub Bukaj 76daa0c77c rollup merge of #18921: oli-obk/refactoring/graphviz/id/new/result_instead_of_fail
creating a new Id object requires the format to match a subset of `ID` format defined by the DOT language. When the format did not match, the function called assert. This was not mentioned in the docs or the spec. I made the failure explicit by returning an Result<Id, ()>.
2014-11-18 00:23:57 +01:00
..
lib.rs rollup merge of #18921: oli-obk/refactoring/graphviz/id/new/result_instead_of_fail 2014-11-18 00:23:57 +01:00
maybe_owned_vec.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00