4 releases

new 0.0.14-dev Oct 16, 2024
0.0.12-dev Sep 23, 2024
0.0.11-dev Sep 23, 2024
0.0.2 Sep 22, 2024

#1 in #authoritative

Download history 380/week @ 2024-09-19 83/week @ 2024-09-26 14/week @ 2024-10-03

477 downloads per month
Used in 3 crates (2 directly)

MIT license

16KB
240 lines

🛠️ nimble-rectify

nimble-rectify is a Rust crate that brings together both authoritative and predicted steps in a deterministic simulation. It combines the power of nimble-assent (authoritative steps) and nimble-seer (predicted steps) to manage game state seamlessly.

🚀 Features

  • Integrates authoritative and predicted steps for smooth state management.
  • Provides callbacks for both Assent and Seer.

📦 Installation

Add the following to your Cargo.toml:

[dependencies]
nimble-rectify = "0.0.14-dev"

Dependencies

~140KB