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
It would be nice to be able to compile the misp_types crate without serialization features/serde. There is already a json-using-serde feature configured in the Cargo.toml. However, I make use of alot of serde derives which makes it difficult to split the code depending on the feature configurations. Would be nice to create manual serde serializations/deserializations functions instead of using the derives. This way, the serde dependency can easily be added/removed depending on the feature set.
The text was updated successfully, but these errors were encountered:
krial057
changed the title
Separate serde serialization from base code, so that it can be skipped using features
Separate serde serialization from base code, so that it can be skipped using Cargo features
Jul 1, 2020
It would be nice to be able to compile the misp_types crate without serialization features/serde. There is already a json-using-serde feature configured in the Cargo.toml. However, I make use of alot of serde derives which makes it difficult to split the code depending on the feature configurations. Would be nice to create manual serde serializations/deserializations functions instead of using the derives. This way, the serde dependency can easily be added/removed depending on the feature set.
The text was updated successfully, but these errors were encountered: