Igor Martayan
Igor Martayan
Hi there! I'd like to discuss the state of this project to see if it would be suitable for larger Rust libraries. First I'd like to say that I really...
Just as we can generate separate feeds for each section with `generate_feed`, it would be convenient to have section-specific taxonomies by defining a `taxonomies` field in the front matter of...
This PR allows the code to be compiled when `USE_IGZIP` is disabled.
This PR adds two missing includes (`cstddef` in `Color_Encoding` and `cstdint` in `RabbitFX`) and changes the type of some variables (minimizer index and bucket count) to make clang happy. Adding...
The current fallback implementations of left/right shifts for integers use ``, which panics when the shift amount is greater than the lane width (e.g. shifting a `u32x4` by 32). Using...