-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added feature for processing nested structures (#384)
* Modification of size_of_structure to be able to process nested structures * Added test for the modified size_of_structure to test the support for processing nested structures * Modification of dict_from_bytes to be able to process nested structures * Added test for the modified dict_from_bytes to test the support for processing nested structures * Modification of bytes_from_dict to be able to process nested structures * Added test for the modified bytes_from_dict to test the support for processing nested structures * Update of the documentation with a section on the use of nested structures * Add changelog entry * fixed some typos in the newly added nested structures section * Update CHANGELOG.md added section 3.5.0 (unreleased to changelog) ---------
- Loading branch information
Showing
4 changed files
with
277 additions
and
0 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