-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for types from
ascii
crate (#255)
* Add support for types from ascii ccrate * review * review * schema tests * wip * wip * wip * Update .github/test.sh Co-authored-by: dj8yf0μl <[email protected]> * fix * no_std * fix * unused * test: add missing assert * chore: improve impl/test modularity --------- Co-authored-by: dj8yf0μl <[email protected]> Co-authored-by: dj8yf0μl <[email protected]>
- Loading branch information
1 parent
df8c3cf
commit 2d4cf20
Showing
13 changed files
with
1,720 additions
and
12 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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
source: borsh/tests/test_ascii_strings.rs | ||
expression: buf | ||
--- | ||
[ | ||
1, | ||
0, | ||
0, | ||
0, | ||
97, | ||
] |
10 changes: 10 additions & 0 deletions
10
borsh/tests/snapshots/test_ascii_strings__empty_string.snap
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
source: borsh/tests/test_ascii_strings.rs | ||
expression: buf | ||
--- | ||
[ | ||
0, | ||
0, | ||
0, | ||
0, | ||
] |
Oops, something went wrong.