Rust-Empty 0.3
Highlights:
- Linking to target folder - supporting symlinked libraries
- Extract dependency information from symlinked libraries
- Internal and external unit testing
- Internal and external benchmarking
- Better git ignore filter
Noticeable bug fixes:
- Does not recompile library if source is unchanged
- Data files now supported in the
bin/
folder - The 'rusti' tool now imports the standard extra libraries
--- rust-empty (0.3 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 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