-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recursive Derives and Attributes (#10)
* change interface * recursive derives * added test and comments * readd test * formatting adjustment * fix example and unused dependencies * add documentation to everything. * fix bugs in generic recursion of container types * clippy fix * fix dependencies * remove the generated rs code * make scale_typegen directly accessible * Debug and Clone derives on relevant structs * fix comments in code * add compact encoding differentiation * fix pipeline error by hiding scale-typegen in description behind flag * add access to type registry * give middleware access to transformer to resolve types * nit: fix docs on recurse_policy * add struct prefix, fix variant space bug * add cargo machete in CI/CD * remove #![deny(unused_crate_dependencies)] in description crate * introduce cache hit policy * fine grained control over cache hit behavior * remove should_continue and other things * remove smallvec * generic arguments are working much better now
- Loading branch information
1 parent
09111f2
commit 695b990
Showing
31 changed files
with
1,260 additions
and
48,525 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ | |
.idea | ||
|
||
Cargo.lock | ||
|
||
/artifacts/*.rs |
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
Oops, something went wrong.