Init rust project structure

This commit is contained in:
2026-02-18 07:43:30 -05:00
commit 409ee36827
12 changed files with 1413 additions and 0 deletions

13
devenv.nix Normal file
View File

@@ -0,0 +1,13 @@
{
pkgs,
lib,
config,
...
}:
{
# https://devenv.sh/languages/
languages.rust.enable = true;
# See full reference at https://devenv.sh/reference/options/
}