-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow to serialize all Cargo Options with Serde. (#15)
* feat: Allow to serialize all Cargo Options with Serde. This change adds an optional feature that makes all Cargo Options serializable and deserializable. This allows to use this library to read and write Cargo Options in json, toml, or any other file format supported by Serde. * Update Cargo.toml Co-authored-by: messense <[email protected]> * Update feature name. * Apply serde default to allow missing fields. --------- Co-authored-by: messense <[email protected]>
- Loading branch information
Showing
12 changed files
with
224 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.