Felix Kohlgrüber
Felix Kohlgrüber
Hi, I did a couple of straight-forward changes such that `cargo bench` works again. I also fixed the deprecation warnings in the benchmarks ~and changed the rust edition to 2021~....
This PR changes two paths from absolute to relative. This fixed 404s when serving the app from a route other than `/`. With these changes, the app can be deployed...
I described the issue in rust-lang/rust before ([link](https://github.com/rust-lang/rust/issues/57515)). As noted in that issue, all one needs to do is to create a `.gitattributes` that forces `LF` line endings on checkout....
After switching to `trunk`, the filenames of the wasm module and the generated js file contain a hash and will change on every update. Currently, the `service_worker.js` file contains a...
If I understand correctly, the release of Rust 1.65 should make it possible to implement lending iterators without workarounds. The [release notes](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html#generic-associated-types-gats) even use lending iterators as an example of...