Christopher
Christopher
I really like this crate, and would love to see one crate that did _what you would expect_ for std traits. So I was thinking about compiling a list of...
One windows, piping the benchmarks like `cargo bench > old` will save the results in UTF-16. Running `cargo benchcmp` will then fail with "stream did not contain valid UTF-8".
I believe it may be useful to have some discussion about `Small` optimizations; ie `SmallVec`, `SmallHashMap`, etc. This thought started from a [users.rust-lang](https://users.rust-lang.org/t/data-structures-for-high-performance-code/7508) post. What do you all think?
I was reading through some suggestions, and found that finding the right provider seems to be an issue. Is it possible to just add a --provider=PROVIDER field provided that the...
Let's say I wanted to add pris as a target for [ReX](https://github.com/ReTeX/ReX). The issue is that mapping `Code points -> Glyph Indices` is not one-to-one. For instance, there are 5...
I need to be able to parse relevant information from the [MATH table](https://www.microsoft.com/typography/otspec/math.htm). I have started some [scratch work](https://github.com/cbreeden/otfmath) to get things going. My question is: would you be interested...
Hello! Would it be possible to remove links to `rust-ci.org`, and replace them with `https://docs.rs/cpuid` in the following places: 1. Repository name (or description) 2. `cargo.toml` 3. `travis.yml` Thanks!