lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
622 stars 66 forks source link

Add iterator access to client ids #91

Closed UkoeHB closed 12 months ago

UkoeHB commented 1 year ago

Adds iterator access to client ids to avoid vector allocation unless necessary.

lucaspoffo commented 12 months ago

Thanks!