No description
Find a file
2024-12-23 12:08:41 +01:00
.vscode feat: init 2024-12-23 11:59:49 +01:00
nix add templates symlink 2024-12-23 12:08:41 +01:00
.envrc feat: init 2024-12-23 11:59:49 +01:00
.gitignore feat: init 2024-12-23 11:59:49 +01:00
Cargo.lock feat: init 2024-12-23 11:59:49 +01:00
Cargo.toml feat: init 2024-12-23 11:59:49 +01:00
flake.lock feat: init 2024-12-23 11:59:49 +01:00
flake.nix feat: init 2024-12-23 11:59:49 +01:00
README.md feat: init 2024-12-23 11:59:49 +01:00
rust-toolchain.toml feat: init 2024-12-23 11:59:49 +01:00

rust workspace template

This is an experiment to contain the code for all components in a single repository, also known as a monorepository.

Repository Layout

The code is grouped by language or framework name.

Nix

/flake.nix
/flake.lock
/nix/ /* [blueprint](https://github.com/numtide/blueprint)  set up underneath here. */

Rust

/Cargo.toml
/Cargo.lock
/rust/ # all rust code lives here
/rust/common/Cargo.toml
/rust/common/src/lib.rs