simple_colatz 0.1.4

a simple package to compute the colatz conjecture in rust
Documentation
# Simple colatz

A crate that allows you to simply compute the colatz conjecture.

## What is Simple

Simple is the a group of packages for beginners to use. The documentation Is clean and readable for beginners and for pepole who dont know how to code.
Most simple packages usually do one specific task. Like this package for example.

# abilities

This package only computes the colatz conjectiure. There are two functions.
` multi_step_recursive_colatz` and `single_step_colatz`

> `single_step_colatz` Should not be used in embedded systems, when used with high numbers

# how to install

first install `cargo`.
Then type in
`cargo add simple_colatz`
or add the `simple_colatz = "(version_here)"` to your Cargo.toml.