Tibor Benke
Tibor Benke
Of course, I just need to test it.
First of all, thanks for the great work what you put into this library. I played with `setjmp`/`longjmp` to have simple generators in Rust, then found ucontext and ultimately this...
@hsoft You can use multirust for switching.
@Ronaldho80 I suppose you can switch to python2 by telling cargo to use the `python27-sys` feature. I'd try this command (though I don't have access to cargo right now): ```...
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.
please update with the additional tags and values information
@faxm0dem @lbudai: what do you think about this idea?
They will be allowed in both places.
Maybe we have to prefix the parsed variables with the name of the pattern template to avoid name collisions if a pattern template is used multiple times in the same...
I wanted to solve this: ``` pattern= "from %{IP:a} to %{IP:b}" IP template = "%{GREEDY:word}" ``` After parsing with the pattern we would get `a.word` and `b.word`. This is not...