repi
repi
### What it does Detect if `assert_eq!` always returns succeeds because the same expression is on the left and right side, such as with `assert_eq!(a,a)`. These type of cases can...
As well as pushing git tags for the published releases. Would highly recommend having that together with a `CHANGELOG.md` and add the changelog items to the GitHub release after one...
When one uses the default "Merge children with same ID" it merges a child scopes regardless of the time offset they are on, which gives a skewed view over how...
We should add support for building and running on Windows for ARM with the `aarch64-pc-windows-msvc` target. Hopefully should be pretty easy with the bindgen as we already support other aarch64...
Hi, we've been happily using this crate for quite a while, and thanks for all the work on it! Prefer over the, slightly more popular, [`mimalloc`](https://github.com/purpleprotocol/mimalloc_rust) crate as this doesn't...
When building for the new `aarch64-apple-darwin` target for the new Mac M1 ARM CPUs with Nightly the C++ compilation fails with: ``` running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer"...
Would the maintainer(s) of this crate be open for having Android support added to it? We use this crate on all desktop platforms but for android we currently use [`webbrowser`](https://crates.io/crates/webbrowser)...
lib.rs has new support that runs some custom lints to validate crate definitions and metadata, we should go through all of the warnings on our Embark crates and try and...
As it just lists 6 source files that doesn't change. And we generally prefer to not use dependencies that interact with the file system beyond `cap-std`.
we started with focus on FSR2 to enable using that, which is essentially there now, after cleaning that up and actively using it we should look into FSR3 as well!...