Boris Zhguchev

Results 57 comments of Boris Zhguchev

Yes. I believe that mutable borrowing can be a usefull thing.

![](https://github.trello.services/images/mini-trello-icon.png) [jsonpath#11](https://trello.com/c/Qx8M5xcP/619-jsonpath11)

Hi there! The given code should be working fine but with two small changes. 1. The macros `graph!` expects a collection of statements and `Node` is only one subtype of...

Yeah, that is a valid point. I have created an issue to provide the docs for the macroses but for now, you can find some examples in the sources [here](https://github.com/besok/graphviz-rust/blob/master/dot-generator/src/lib.rs#L189)...

Yeah. Truly, there are no macros associated with graph attr. I created an [issue](https://github.com/besok/graphviz-rust/issues/39) for that. Meanwhile, In case, if you want to have a border for the subgraph, then...

I added the `attrs!` macro. The example now can look like this: ```rust let food = subgraph!("cluster_sandwich"; edge!(node_id!("bread") => node_id!("ham") => node_id!("salat")), attrs!(graph; attr!("style", "bold"), attr!("color","green"), attr!("label", "sandwich")) ); ```

do i need to fix sonar issues? The tests here just to demonstrate how the pattern works.

Hello @iluwatar! Could you please give a look at this PR?

Hi there! I would like to take it on. But, presumably, I will do that in a couple of weeks gap