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
For a user using Sim as a Rust library, serialization might be unnecessary and pulling in serde, serde_json and serde_yaml might not make sense. It would probably make sense to put all serialization/deserialization stuff behind a serdefeature.
The text was updated successfully, but these errors were encountered:
For a user using Sim as a Rust library, serialization might be unnecessary and pulling in
serde
,serde_json
andserde_yaml
might not make sense. It would probably make sense to put all serialization/deserialization stuff behind aserde
feature.The text was updated successfully, but these errors were encountered: