Skip to content

Rust-Empty 0.4

Compare
Choose a tag to compare
@bvssvni bvssvni released this 27 May 13:25
· 89 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:

  • No clearing of terminal window
  • Generate Cargo configuration files (with auto-detect of README.md)
  • Improved security to Rust nightly install/uninstall
  • Upstream url added to symlink info file
  • Rusti script is reformatted

Noticeable bug fixes:

  • 'DEFAULT = make help' changed to 'DEFAULT = help'
--- rust-empty (0.4 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 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