N8BWert / ncomm

Node-Based Robotics Framework Written in Rust
MIT License
65 stars 1 forks source link

Delete Request, Update, and Response Traits #9

Closed N8BWert closed 1 year ago

N8BWert commented 1 year ago

The Request, Update, and Response traits were just aliases to PartialEq, Send, and Clone so they were removed due to their lack of necessity.