Crates.io | nimble-client |
lib.rs | nimble-client |
version | 0.0.17-dev |
source | src |
created_at | 2024-02-07 19:58:01.048094 |
updated_at | 2024-10-24 10:28:29.341212 |
description | Nimble Client |
homepage | |
repository | https://github.com/nimble-rust/nimble |
max_upload_size | |
id | 1130922 |
size | 35,084 |
Welcome to Nimble Client, a robust and efficient Rust crate designed to handle networking tasks for multiplayer games. đŽâ¨
Nimble Client is a lightweight library that manages:
Note: Nimble Client does not handle game logic directly. Instead, it interfaces with your game logic through callbacks, ensuring a clean separation of concerns.
Add nimble-client
to your Cargo.toml
:
[dependencies]
nimble-client = "0.0.17-dev"
This project is licensed under the MIT License - see the LICENSE file for details.