Skip to content

Rust-Empty 0.2

Compare
Choose a tag to compare
@bvssvni bvssvni released this 12 Apr 10:44
· 147 commits to master since this release

Highlights:

  • Targeted compilation target/<cpu>-<vendor>-<platform>/lib/
  • Customizable DEFAULT command for just make (set to make help by standard)
  • Compile both dynamic and static library
  • Count lines of code in project

Noticeable bug fixes:

  • Set make run and make test to use bin/ as current directory
--- rust-empty (0.2 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
make bench             - Benchmarks library
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 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