Lag

Results 11 issues of Lag

In [syn::group](https://github.com/dtolnay/syn/blob/master/src/group.rs), `parse_group()` is the only function that is not included in a macro to parse groups with `Delimiter::None` and that is `pub(crate)`. Is there another way to access this...

enhancement

should not be a broadcast! Only send the correct label

In impl_a fn get_graph() { // initialise graph with a root node // return aux_get_graph } fn aux_get_graph( // graph and previous nodes/choices ) { // depending on the current...

I have issues with "overflow evalution" with recursive `enum` types, but only when I start a variant with a `Sender` containing either a `Receiver` or a `Sender`, which also contains...