Code from turbocollatz that can also be reused elsewhere.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-10 15:35:50 -04:00
src Update lib.rs 2026-03-10 15:33:49 -04:00
.gitignore Add files via upload 2026-03-10 13:13:35 -04:00
Cargo.toml Update Cargo.toml 2026-03-10 15:35:50 -04:00
LICENSE Initial commit 2026-03-10 09:17:22 -04:00
README.md Update README.md 2026-03-10 14:53:48 -04:00

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.