You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add feature-flagged serde support
Introduces a new `serializable` feature flag that when enabled will
auto-derive serde support for `FileType` and `FileAttr`
The motivation for this is to be facilitate use-cases that require
serializing (either for persistence or network transport) the
aforementioned structs.