add map layout feature for dex file

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-01-21 01:16:52 +01:00
parent 4b1cc379a4
commit d991ac4dcd
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
8 changed files with 188 additions and 6 deletions

View file

@ -55,7 +55,7 @@ use syn::{
/// An enum can define ONE variant as the default variant. This variant is a catch all,
/// and MUST be have named field or unnamed field (no unit variant!) and:
/// - The first field of named fields variant must be named `prefix` and of the type
/// `prefix_type`.
/// `prefix_type`.
/// - The first field of unnamed fields variant must be of the type `prefix_type`.
///
/// The first field of the default variant store the prefix of the variant.