refactor repo architecture
changelog
-
src/main.rshas been moved to a new crate:bins/saclinwhich stands for Semi-AVID CLI in Nushell - dependencies of
komodohave 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.nuhas been moved to./bins/and a new./bins/README.mdmentions it -
./bins/saclin/has been created and should be a self-contained Rust crate + Nushell module
Edited by STEVAN Antoine