Skip to content

Introduce VendorId type.

Matthieu Gautier requested to merge fix_vendor_id into main

Using a u32 leads to miss handling of big vs little endian. By using a array, we are clear about that.

Merge request reports