Skip to content

New#26

Merged
webern merged 7 commits into
mainfrom
new
Feb 5, 2026
Merged

New#26
webern merged 7 commits into
mainfrom
new

Conversation

@webern
Copy link
Copy Markdown
Owner

@webern webern commented Feb 5, 2026

Issue Number

Fixes #25

Description of Changes

Add missing constructors and a few other cleanups.

Testing

Unit testing only.

Disclaimer

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Add missing new functions (i.e. constructors) for pub structs that were
otherwise unusable. Also add some missing pub getters called out by
TODOs.
- Do not use references or derefs for Copy objects
- Add a few doc comments
A new clippy warning popped up explaining that an unbuffered reader is
bad. Fair. Use stdlibs BufReader.
@webern webern merged commit 631e606 into main Feb 5, 2026
3 checks passed
@webern webern deleted the new branch February 5, 2026 21:34
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.

NoteMessage setter

1 participant