Skip to content

Commit 9afd615

Browse files
Newsletter 8: Add netstack (#102)
* Add netstack section to newsletter * Newsletter 8: netstack: Style fixes Co-authored-by: Andrey Lesnikov <[email protected]>
1 parent e474b98 commit 9afd615

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

content/posts/newsletter-008/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,24 @@ _Discussions: [/r/rust](https://www.reddit.com/r/rust_gamedev/comments/foywc6/an
390390

391391
[assets_manager]: https://github.com/a1phyr/assets_manager
392392

393+
### [netstack] v0.3.0
394+
395+
[netstack] is a batteries included networking crate for games. Requiring an
396+
exchange of a secret and connection tokens. At the moment, UDP transport,
397+
connection management, packet signaling, and packet acknowledgement are
398+
features already implemented. Examples for getting started are provided
399+
on the [crates.io page](netstack).
400+
401+
Version 0.3.0 adds basic monitoring functionality along with traits `ClientMonitor` and
402+
`ServerMonitor`. A work-in-progress prometheus exporter has also been added in this version.
403+
404+
Issues and contibutions can be made to [Netstack's github repository](netstack-github).
405+
Work in progress documentation is available on [Netstack's docs.rs](netstack-docs).
406+
407+
[netstack]: https://crates.io/crates/netstack/0.3.0
408+
[netstack-github]: https://github.com/Vengarioth/netstack
409+
[netstack-docs]: https://docs.rs/netstack/0.3.0/netstack/
410+
393411
### [three-d] v0.1
394412

395413
[three-d] is a renderer which targets both desktop (OpenGL) and web

0 commit comments

Comments
 (0)