forked from stellar/xdrgen
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate schemars derives in Rust generator (stellar#193)
* Generate schemars derives in Rust generator * update tsets * move jsonschema behind own feature and add support for custom * Add manual JsonSchema impls Copied from 66a4913f1bd0de167ff50edd05c93dd958bec0eb Copied from stellar/rs-stellar-xdr#349 Co-authored-by: Willem Wyndham <willem@ahalabs.dev> * fix dead code * simplified features * gen for fixed opaque typedefs * fix cas * fix * fix * add type macro * add simple methnod for generating json schema * upd tests * simplified the fns * fix tests * fix * fix * test * fix * defer adding macro that isn't required by this pr --------- Co-authored-by: Willem Wyndham <willem@ahalabs.dev>
- Loading branch information
1 parent
6cd7f3b
commit ac16535
Showing
31 changed files
with
29,766 additions
and
2 deletions.
There are no files selected for viewing
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
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.