Ivan Tham

Results 134 issues of Ivan Tham

``` ivan@arch ~> runner -C regex building crate 'regex' aho-corasick default memchr perf perf-cache perf-dfa perf-inline perf-literal std thread_local unicode unicode-age unicode-bool unicode-case unicode-gencat unicode-perl unicode-script unicode-segment at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.9/src/lib.rs error[E0463]:...

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?