danielhenrymantilla / rust-uninit

Read trait fixed to soundly work with uninitalized memory
MIT License
25 stars 2 forks source link

Add CI #33

Open kupiakos opened 10 months ago

kupiakos commented 10 months ago

Ensure that at the very least:

It could also:

danielhenrymantilla commented 9 months ago

Yes, this is so key; I guess back in the day I got lazy and was just cargo testing myself 😱.

This should be top-priority before anything else (at least the testing part; the extra features such as checking formatting would have to be embedded within their own "format properly the codebase" efforts