soliterm-model 0.1.0

Shared model types for soliterm
Documentation
# Soliterm

Terminal Klondike Solitaire written in Rust


## About

Soliterm is the spiritual successor to [klondike-rs][crates-io-klondike-rs], but
rewritten from the ground up. I felt the design of the original was limiting.
I've started a new project to make a clean break.

[crates-io-klondike-rs]: https://crates.io/crates/klondike-rs


## Installing

Currently the only way to install Soliterm is to download the source and compile
it with `cargo` using the latest nightly build of Rust.

Once the project is published on crates.io, that will be the preferred
installation method.


## Contributing

See `CONTRIBUTING.md` for information on the proejct structure and how to
contribute.

**Soliterm is not currently accepting contributions** — it is
still pre-alpha and too many fundamental design decisions are up in the air.
Once the project is more developed, I will update `CONTRIBUTING.md` and make
sure the necessary support structures (mailing lists, etc.) are in place.