repi

Results 74 issues of repi

Currently we have a magic `build.rs` file that syncs down a specific git revision of MoltenVK and then runs MoltenVK's even more magic `fetch_dependencies.sh` script which syncs down another 6-7...

help wanted

To enable rpmalloc's overriding of C malloc/free functions, this enables rpmalloc to be used instead of the system allocator for C/C++ code dependencies as well, not just for Rust code....

enhancement
help wanted

The new [`cargo-auditable`](https://github.com/rust-secure-code/cargo-auditable), that the Rust Secure WG & @Shnatsel built, is a tool that builds executables with Cargo and embeds a manifest of all of their exact dependencies and...

Would it be possible to add support for automatically running `cargo audit` (or checking directly against RUSTSEC like we do in `cargo-deny`) to verify that the new version doesn't have...

Ran into multiple problems regarding `use` statements on types (not not `pub use`) where the public API listing will be referring internal naming of the type within the module rather...

It would be great to have an alternative to `--diff-git-checkouts` that instead of syncing a previous commit of the same repo (which can be a quite heavy and complex operation...

enhancement
high-prio

One of our crates, [`cervo`](https://github.com/EmbarkStudios/cervo/blob/main/crates/cervo/src/lib.rs), is a basic wrapper crate that depends on 4 other crates and just `use` them like this to have a single convenient crate with that...

limitation upstream

On some of our internal crates that I've been testing `cargo-public-api` on they have successfully built with rustdoc (manually and through `cargo public-api`) but then failed on: ``` Finished dev...

enhancement

Maybe even suggest such file association and set it up on startup of puffin viewer. So it is easy to share and open files in puffin viewer. Would require platform...

enhancement

Wish list of [rust analyzer](https://rust-analyzer.github.io/) features & bug fixes we would like to see added/improved/fixed based on the Rust projects we've been developing at Embark. This is not a complete...

tools