Code from turbocollatz that can also be reused elsewhere.
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
turbocollatz-internal
This library contains the algorithms and custom type aliases used by the turbocollatz program, which now depends upon turbocollatz-internal.
The APIs provided here can be used by anyone under the terms of the MIT license (see LICENSE for more information), but the documentation is very sparse and this library is not ready for production yet.
A note about manmade code
The owner of this project believes in good faith that it complies with The Manmade Software Declaration 1.0. Contributors are encouraged to follow the guidelines described at the aforementioned link when proposing any code changes, and patches that appear to violate those rules may be rejected at any time.