bors[bot] on master
Add RichDescriptorType, subtype… Enable serde for new types Update all backends, examples, … and 3 more (compare)
bors[bot] on staging.tmp
bors[bot] on staging
Add RichDescriptorType, subtype… Enable serde for new types Update all backends, examples, … and 3 more (compare)
bors[bot] on staging.tmp
Add RichDescriptorType, subtype… Enable serde for new types Update all backends, examples, … and 3 more (compare)
bors[bot] on staging.tmp
[ci skip][skip ci][skip netlify] (compare)
Option<String>
MAX_ATTRIBUTES
vector there are those that are supposed to be empty, and that's not very idiomatic... I'm leaning towards Vec<Attribute>
or even Vec<AttributeHandle>
, where real attributes are placed sequentially in memory. I'll keep thinking about it...