Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add different modes of reading a string #1

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Techassi
Copy link
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
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.

None yet

1 participant