-
Currently, this repository is set up as both a GitHub template repository and a cargo-generate template. This creates potential confusion and inconsistency in how users might initialize new projects.
…
-
the recent template commit: https://github.com/aya-rs/aya-template/commit/5811d6ff5687ae115cc8876ddf511dd01c02539b make the [getting started guide](https://aya-rs.dev/book/start/hello-xdp/#prerequisit…
-
## Features
- automated formatting: `cargo fmt`, `treefmt`
- automated tests: `cargo test`, `venom`, `hurl`
- automated security audits: `cargo auditable`, `cargo audit`, `cargo vet`, `trivy`, `tru…
yonas updated
37 minutes ago
-
CI for the apollo-rs project started failing on Windows since libfuzzer-sys 0.4.8 was released. [The most relevant part of the output](https://app.circleci.com/pipelines/github/apollographql/apollo-rs…
-
The current Rust templates generate a set of separate workspaces:
```
- app
|- comp1
| |- Cargo.toml
|- comp2
|- Cargo.toml
```
with separate build commands for each.
This m…
-
## Bug description
- Would you like to work on a fix? [y/n]
no
## To Reproduce
Steps to reproduce the behavior:
1. cargo generate esp-rs/esp-idf-template cargo
2. Which MCU to …
-
## Overview
When using `cargo-generate` on a template with submodules, the submodules are correctly initialized in the temporary repo. When the files are copied over to the final project dir, since…
-
### Describe the feature
We should have `cargo-generate` [templates](https://cargo-generate.github.io/cargo-generate/usage.html#templates-in-subfolders) in the repo. They should include **minimal**…
-
Similar to https://doc.rust-lang.org/cargo/commands/cargo-new.html, but instead of `--lib` and `--bin` we could maybe do `--fragment`, `--mesh`, `--compute` etc. This might even remove the need for a …
-
## Issue description
Cannot install or compile Zellij using `cargo install --locked zellij` or `cargo install-update -a`
Receive warning and error:
```
--- stderr
Can't locate IPC/Cmd.pm…