NetrexMC / RakNet

RakNet implementation in Rust
Apache License 2.0
44 stars 12 forks source link

Logging / add rust-toolchain #24

Closed sylvrs closed 2 years ago

sylvrs commented 2 years ago

Overview

This pull request improves logging in several areas of the repository and allows for better readability when running the crate. As I didn't expect to create a pull request, there are other changes such as removing the old lib.rs & adding a rust-toolchain file for easy configuration.

Follow-up

As privately discussed, a logging crate would better improve the readability as well as removing unnecessary functions (like log_offline and log_online) that don't suit the needs of this repo.