feat: rust template #26
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
Compat
Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: auxolotl/templates#26
Loading…
Reference in a new issue
No description provided.
Delete branch "liketechnik/feat/rust-template"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As discussed on the forum (Brainstorming: What should Rust support look like?), this PR adds a rust template.
This PR is far from it's final form, with most stuff being either simply unpolished yet or up for discussion (many items on the lists taken from @getchoo's excellent suggestions):
Unpolished:
Discussion:
rust
sub-folder for now; although I think we landed on something likelang-tooling/rust
in the discussionc
folder too,rust
should be finerust-src
as part of the components that make up the dev shell's rust toolchainrustfmt
checkclippy
, but that failed with an obscure "Permission denied" errorI'll work on the 'unpolished' parts before requesting reviews, so that we can focus on the 'discussion' part.
So, the basic polishing stuff should be done for now.
I've amended the original to-do list with in-progress comments at the end of each to-do item; please make sure to re-read those to not miss anything.
@getchoo I would really appreciate an review from you here, you're nix code is a lot more idiomatic than mine :) I think you should also be able to push to this PR (at least I have checked GH's "allow edits from maintainers" option), so if you want, you can also just apply the restructuring without me having to understand every detail right (i.e. cut short the potential review back-and-forth between what you expect and what I make of it).
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.