Skip to content

feat: Add different modes of reading a string#1

Draft
Techassi wants to merge 2 commits into
mainfrom
feat/read-string
Draft

feat: Add different modes of reading a string#1
Techassi wants to merge 2 commits into
mainfrom
feat/read-string

Conversation

@Techassi
Copy link
Copy Markdown
Owner

This commit adds the initial work needed to support a more generic way of reading strings from the reader, sized and terminated with an optional maximum length. This maximum length can be used to enforce protocol-specific limits on string lengths.

It also moves the code into the crates subfolder to contain all Rust code in a single folder.

This commit adds the initial work needed to support a more generic
way of reading strings from the reader, sized and terminated with
an optional maximum length. This maximum length can be used to
enforce protocol-specific limits on string lengths.

It also moves the code into the crates subfolder to contain all
Rust code in a single folder.
@Techassi Techassi self-assigned this Jun 15, 2024
@Techassi Techassi marked this pull request as draft June 15, 2024 14:48
@NickLarsenNZ NickLarsenNZ mentioned this pull request Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant