goliard

Crates.iogoliard
lib.rsgoliard
version0.1.0
sourcesrc
created_at2019-02-28 03:16:53.952486
updated_at2019-02-28 03:16:53.952486
descriptionCommand-line viewer for patterns in Conway's Game of Life
homepage
repositoryhttps://github.com/billyrieger/goliard
max_upload_size
id117710
size72,742
Billy Rieger (billyrieger)

documentation

README

goliard

Build status Lines of code Version License Dependency status Rust version

goliard is a command-line viewer for patterns in Conway's Game of Life. It's powered by smeagol, which uses HashLife and SIMD to efficiently evolve repetitive patterns.

Installation

cargo install goliard --force

Quick start

curl http://www.conwaylife.com/patterns/sirrobin.rle | goliard -s

Usage

goliard --help

goliard 0.1.0
Billy Rieger <wrieger@protonmail.com>
Command-line viewer for patterns in Conway's Game of Life 

USAGE:
    goliard [FLAGS] <FILE>

FLAGS:
    -s, --stdin      Reads a file from stdin
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <FILE>    The file to load. Not required if reading a file from stdin.

To see a list of available key commands, press ?.

License

goliard is licensed under the Mozilla Public License version 2.0. See the license file and the MPL 2.0 FAQ for more details.

Commit count: 20

cargo fmt