Neotron-Compute / Neotron-Common-BIOS

This crate contains the BIOS API and common routines for all Neotron systems.
GNU General Public License v3.0
8 stars 2 forks source link

enums are now non-exhaustive. #43

Closed thejpster closed 10 months ago

thejpster commented 10 months ago

Allows us to add new variants later without it being a breaking change. But it means this time it is a breaking change.

thejpster commented 10 months ago

non_exhaustive is not FFI-safe