-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update build CI * [feat] Add metadata v15 class (#1) * add metadata v15 class and example in docstring * fix docstring * serde full * add portable registry * add registry from metadata directly * add clone * add clone to metadata * Feat/decode by type string (#2) * add decoding well-known types (i.e. in the type registry) * not well-known types work for arr, tup?, vec * add compact; fix primitive load * bump edition * add scale info type string format * add tests * fix primitives (char not in registry) * check length first * handle variants better * handle options * bump version * fix options * fix tests * fix option parsing to return None or val * add more tests * use prerelease
- Loading branch information
1 parent
1d09e0b
commit 7c1aa79
Showing
9 changed files
with
24,410 additions
and
21 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
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
Oops, something went wrong.