rusty-conway

Crates.iorusty-conway
lib.rsrusty-conway
version0.1.0
created_at2024-12-19 11:00:57.802861+00
updated_at2024-12-19 11:00:57.802861+00
descriptionA simple Conway's game of life command line program. It is reasonably fast.
homepagehttps://codeberg.org/functional-tim/rusty_conway
repositoryhttps://codeberg.org/functional-tim/rusty_conway
max_upload_size
id1489039
size215,398
Tim Gravert (functional-tim)

documentation

README

rusty-conway

Crates.io License dependency status


How to install

Using cargo

You need to install cargo on your system through your package manager or any other means.

Then you simply install it through cargo.

$ > cargo install rusty-conway

Using nix

You need to install nix on your system through your package manager or any other means.

After unpacking or downloading from git you have to switch into the folder of rusty-conway.

Then you simply run the following commands.

$ > nix-build
$ > nix-env -i ./result

Using source

You need to install cargo on your system through your package manager or any other means.

Then you download the repository through git or manual.

After unpacking or downloading from git you have to switch into the folder of rusty-conway.

Then run cargo install --path ..

$ > cd rusty-conway
$ > cargo install --path

License

rusty-conway is dual licensed under MIT License and Apache 2 License.

Commit count: 0

cargo fmt