Closed royvegard closed 5 years ago
Cleaned up the code according to suggestions from rust-clippy - the rust linter.
Added some integration tests to make sure that the code still produces the correct results after all of the clean up work.
Added Travis Continuous Integration that automatically builds and runs the tests whenever a new revision is pushed to the GitHub repository.
Travis builds the pull requests too. That's nice! 😎
Nice, thanks. Any chance you could do the build matrix in Travis and also test the C++ code?
Cleaned up the code according to suggestions from rust-clippy - the rust linter.
Added some integration tests to make sure that the code still produces the correct results after all of the clean up work.
Added Travis Continuous Integration that automatically builds and runs the tests whenever a new revision is pushed to the GitHub repository.