b23r0 / rust-raknet

RakNet Protocol implementation by Rust.
MIT License
218 stars 18 forks source link

RaknetError should impl std::error::Error #16

Open doinkythederp opened 12 months ago

doinkythederp commented 12 months ago

RaknetError does not currently implement std::error::Error, which means I can't return it from my error source method or read a human-readable message from it.