Skip to content

Rust-Empty 0.5

Compare
Choose a tag to compare
@bvssvni bvssvni released this 17 Jun 09:30
· 65 commits to master since this release

Rust-Empty is a Make/Bash setup tool for Rust projects. For more information see https://github.com/bvssvni/rust-empty

Highlights:

  • Watch script to compile and run application on file changes
  • Customizable entry files for arbitrary project structures
  • make target-dir command for creating 'target/cpu-vendor-os/lib/' folder

Noticeable bug fixes:

  • A few changes to make it work with Mingw on Windows
  • Fixed spaces in Travis CI configuration file
--- rust-empty (0.5 000)
make run               - Runs executable
make exe               - Builds main executable
make lib               - Both static and dynamic library
make rlib              - Static library
make dylib             - Dynamic library
make test              - Tests library internally and externally
make test-internal     - Tests library internally
make test-external     - Tests library externally
make bench             - Benchmarks library internally and externally
make bench-internal    - Benchmarks library internally
make bench-external    - Benchmarks library externally
make doc               - Builds documentation for library
make git-ignore        - Setup files to be ignored by Git
make examples          - Builds examples
make cargo-lite-exe    - Setup executable package
make cargo-lite-lib    - Setup library package
make cargo-exe         - EXPERIMENTAL: Setup executable package
make cargo-lib         - EXPERIMENTAL: Setup library package
make rust-ci-lib       - Setup Travis CI Rust library
make rust-ci-exe       - Setup Travis CI Rust executable
make rusti             - Setup 'rusti.sh' for interactive Rust
make watch             - Setup 'watch.sh' for compilation on save
make loc               - Count lines of code in src folder
make nightly-install   - Installs Rust nightly built
make nightly-uninstall - Uninstalls Rust nightly built
make clean             - Deletes binaries and documentation.
make clear-project     - WARNING: Deletes project files except 'Makefile'
make clear-git         - WARNING: Deletes Git setup
make symlink-info      - Symlinked libraries dependency info
make target-dir        - Creates directory for current target