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
If the user doesn't need serde support this significantly improves compile times If #94 is merged this will probably cut down compile times from 17s (or 24s before that pr) to ~5s.
The current structure unfortunately doesn't allow easy disabling of serde support due to depending on serde for FromStr and Display impls.
The text was updated successfully, but these errors were encountered:
If the user doesn't need serde support this significantly improves compile times If #94 is merged this will probably cut down compile times from 17s (or 24s before that pr) to ~5s.
The current structure unfortunately doesn't allow easy disabling of serde support due to depending on serde for
FromStr
andDisplay
impls.The text was updated successfully, but these errors were encountered: