Ivan Tham

Results 143 issues of Ivan Tham

As for https://github.com/bodil/bodil.github.com/blob/master/content/parser-combinators/index.md It would be nice to have include ```rust fn and_then where P: Parser, F: Fn(A) -> NextP, { move |input| parser.parse(input) .and_then(|(next_input, result)| f(result).parse(next_input)) } ``` as...

I believe this is merged into linux but opening an issue here since it was mentioned in https://github.com/DanielOgorchock/joycond I am using gulikit king kong controller with nintendo switch mode, but...

Is it possible to have serde.rs docs be part of `cargo doc` so that it could be viewed offline after users downloaded the serde crate? This is good for the...

ve currently uses quite a bit of nightly rust since it is based on `liballoc`, although some use of nightly is removed, there is still quite a bit of it....

How is this different from signal-hook? https://crates.io/crates/signal-hook

https://github.com/flosse/rust-web-framework-comparison

Hi, I saw https://orlp.net/blog/worlds-smallest-hash-table/, and I saw the benchmark table below, but I wonder what about phf crate https://github.com/rust-phf/rust-phf? Does it have comparable speed?

Benchmark performance against python `fish-manpage-completions`, can use https://github.com/sharkdp/hyperfine for this, we could even steal from https://github.com/XAMPPRocky/tokei for https://github.com/XAMPPRocky/tokei/blob/master/benchmark.sh

help wanted