nimble-rust 0.0.14-dev

Nimble
Documentation
# ๐ŸŒŸ nimble-rust ๐ŸŒŸ

Welcome to the nimble-rust crate! This combined crate brings together the core components of the
Nimble ecosystem for building deterministic game simulations.

## ๐ŸŽฎ Whatโ€™s Inside?

- **nimble-client**: The nimble client for receiving and sending game state updates.
- **nimble-host**: The nimble host for authoritative game state management.
- **nimble-step**: Step through game states or player actions in a deterministic simulation.
- **nimble-step-map**: A step map for managing game steps across participants.
- **nimble-sample-game**: A sample game type for testing and quick development.
- **nimble-sample-step**: Sample steps for easy testing and customization.
- **nimble-wrapped-step**: Wrapped steps for serialization and deserialization.

## ๐Ÿ“ฆ Installation

To include nimble-rust in your project, add the following to your Cargo.toml:

```toml
[dependencies]
nimble-rust = "0.0.14-dev"
```