refactor repo architecture (dragoon/komodo!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
parent
0977677f
No related branches found
No related tags found
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
Please register or sign in to comment