Johanna Sörngård
Johanna Sörngård
Thanks for all the work that goes into this crate! I would like to be able to iterate over the rows of an image (ideally mutably). I need all pixels...
I implemented the [Möbius function](https://www.rosettacode.org/wiki/M%C3%B6bius_function) task. Some things that would be good to get feedback on: - Is the use of a macro motivated in this example? - Should I...
When I run `cargo +nightly install hvm` I get the following warning: warning: output filename collision. The bin target `hvm` in package `hvm v1.0.10` has the same output filename as...
Num cores: 16 Using RDTSC to measure time: false Num round trips per samples: 5000 Num samples: 300 Showing latency=round-trip-time/2 in nanoseconds: 0 1 2 3 4 5 6 7...
Thanks for the nice crate! Since this is an unsolicited PR, I completely understand if it is not interesting. This PR automatically documents all feature flag requirements on docs.rs. This...
This way `peroxide` should hopefully compile in CI on the latest OS images when the `plot` feature is enabled, notably in the CI test suite of `puruspe`.
Thank you so much for the extremely useful project! I have a project that has two features where at least one of them must be enabled. I would therefore like...
It currently causes undefined behaviour somewhere according to `miri`. If I manage to figure out what the cause is and fix it it will be reintroduced.
This may be interesting to merge in a while when the `facet` crate is more mature.