Joylei / eip-rs

rseip - EIP&CIP client in pure Rust, for generic CIP and AB PLC
MIT License
47 stars 6 forks source link

Added Encode and Decode implementations for f32 and f64. #11

Closed crimsondamask closed 1 year ago

crimsondamask commented 1 year ago

The Encode and Decode traits were not correctly implemented for float types. So, I added their implementations using the impl_atomic macro.