The above commit should fix the issue. Could you confirm it works on your side before I push an updated version on crates.io ?
It's now online, in v0.6.0. I'm closing the ticket, but don't hesitate to reopen if need be :-)
Both are valid dot string and both are accepted by the parser. However, there is slight difference between both of them. In the first one, the foo=bar part is an ID '=' ID statement (a stmt...
What I imagined above turned out not to work: the way the parser worked was matching as many graph strings as possible (and at least one), until a non-matching string was found. Thus, the absence...
I'll have a look at that. The fix does not seem to difficult, but that will probably change the error type of TryFrom. I expect the error type will look like a 2-tuple with an index (of the first...
#e5a49a6ca230db8e0611333cc50585956872d142 should address this issue. It turned out to be slightly more complex than I expected to do that in a clean way. In particular, it changes slightly the...