jimy byerley
jimy byerley
I opened PR #43 to propose some documentation, copied from the C library for now, but eventually to be reworked
I might have found this in the tests and examples as well :sweat_smile: > Also the example is wrong, it would be more like [u8; N/8] Sure Isn't using `uN::to_le_bytes`...
Hum .. so `to_XX_bytes` does not convert when the endianness is XX ... :thinking: assuming we have a bilge struct named `MyStruct` and as a user I do not know...
> only found generic usage here In ethercrab, There is also the traits `PduData` and `PduRead` which are doing the same for other structs. You would find a lot of...
Good news ! For structures smaller than `u8`, or structures that are not multiple of `u8`, I imagine filling the rest with zeroes is also acceptable in my opinion. By...
Hello ! Thanks for this feedback, it is good for me to know what people who have used madcad for a while do think about it. regarding the issues comming...
Sure why not, submit a PR when you are ready !
The new packaging must also address #71 #100 , they are already addressed in the library code but in the current `setup.py`
Hello, any news on this ?
You are right, we should declare it as an optional dependency in the setup and documentation :thinking: