refactor repo architecture (!161)
## changelog - `src/main.rs` has been moved to a new crate: `bins/saclin` which stands for **S**emi-**A**VID **CLI** in **N**ushell - dependencies of `komodo` have been fixed - Nushell and Rust tests have been split in the Makefile: by default, only Rust tests will run locally and Nushell tests and examples can be run manually if desired. The CI will still run everything. - the README has been updated - test images have been moved to `assets/` - the majority of the old `./nu-utils/` module have been moved to internals of `./benchmarks/` and imports have been fixed - `cargo.nu` has been moved to `./bins/` and a new `./bins/README.md` mentions it - `./bins/saclin/` has been created and should be a self-contained Rust crate + Nushell module
Showing
- .env.nu 1 addition, 7 deletions.env.nu
- Cargo.toml 3 additions, 3 deletionsCargo.toml
- Makefile 10 additions, 7 deletionsMakefile
- README.md 20 additions, 21 deletionsREADME.md
- assets/dragoon_133x133.png 0 additions, 0 deletionsassets/dragoon_133x133.png
- assets/dragoon_32x32.png 0 additions, 0 deletionsassets/dragoon_32x32.png
- benchmarks/nu-lib/commit.nu 4 additions, 4 deletionsbenchmarks/nu-lib/commit.nu
- benchmarks/nu-lib/fec/plot.nu 4 additions, 4 deletionsbenchmarks/nu-lib/fec/plot.nu
- benchmarks/nu-lib/fec/run.nu 2 additions, 2 deletionsbenchmarks/nu-lib/fec/run.nu
- benchmarks/nu-lib/linalg.nu 4 additions, 4 deletionsbenchmarks/nu-lib/linalg.nu
- benchmarks/nu-lib/recoding.nu 5 additions, 5 deletionsbenchmarks/nu-lib/recoding.nu
- benchmarks/nu-lib/setup.nu 4 additions, 4 deletionsbenchmarks/nu-lib/setup.nu
- benchmarks/nu-lib/utils/formats.nu 0 additions, 0 deletionsbenchmarks/nu-lib/utils/formats.nu
- benchmarks/nu-lib/utils/fs.nu 0 additions, 0 deletionsbenchmarks/nu-lib/utils/fs.nu
- benchmarks/nu-lib/utils/log.nu 0 additions, 0 deletionsbenchmarks/nu-lib/utils/log.nu
- benchmarks/nu-lib/utils/math.nu 0 additions, 0 deletionsbenchmarks/nu-lib/utils/math.nu
- benchmarks/nu-lib/utils/mod.nu 1 addition, 5 deletionsbenchmarks/nu-lib/utils/mod.nu
- benchmarks/nu-lib/utils/parse.nu 0 additions, 0 deletionsbenchmarks/nu-lib/utils/parse.nu
- benchmarks/nu-lib/utils/plot.nu 0 additions, 0 deletionsbenchmarks/nu-lib/utils/plot.nu
- bins/README.md 7 additions, 0 deletionsbins/README.md
... | ... | @@ -16,15 +16,15 @@ rs_merkle = "1.4.1" |
thiserror = "1.0.50" | ||
tracing = "0.1.40" | ||
tracing-subscriber = "0.3.17" | ||
# `main.rs` dependencies | ||
ark-bls12-381 = "0.4.0" | ||
rand = "0.8.5" | ||
[workspace] | ||
members = [ | ||
"benchmarks", | ||
"bins/rank", | ||
"bins/saclin", | ||
] | ||
[dev-dependencies] | ||
ark-bls12-381 = "0.4.0" | ||
itertools = "0.13.0" | ||
rand = "0.8.5" |
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
bins/README.md
0 → 100644
Please register or sign in to comment