Brett Etter

Results 9 issues of Brett Etter

Currently all enums are being added to the idl even ones that don't meet the requirements. This fixes it by adding the same checks as structs

#### Problem `[email protected]` produces a compile error when targeting aarch64. This is fixed in `0.8.5`. I haven't seen any issues building with `0.8.6` either. #### Summary of Changes Changed `ahash`...

community
need:merge-assist

The comment on https://serde.rs/deserialize-struct.html# that states // This part could also be generated independently by: // // #[derive(Deserialize)] // #[serde(field_identifier, rename_all = "lowercase")] // enum Field { Secs, Nanos }...

### Is this a breaking change? This is a breaking change, it makes arguments no longer forced to be references. Users will have to manually reference their arguments. ### Reasoning...

Fixes #4 Closes #39 Features: - Generic number support, users can add custom types in addition to f32 and f64. A good addition would be f128 (only for supported hardware)....

Supports map verification for `enum` keys for both unit variants and `#[serde(untagged)]` variants. Still defaults back to string keys in other cases. Closes #424 Closes #384

As discussed at Forum. If the macros can be replaced with expansion the following features are unlocked: - Imported Libraries - Replace implementations with custom versions (`star-frame` would have been...

Adds a static error hook for targets that don't allow mutable statics. Exclusive with/stacked on #248.

Some targets do not support mutable statics. This feature allows this library to be used with them. Other options would be to create a rust forward declared function for the...