Better separation between puiblic/private types in exported API #43
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dolysis/yary#43
Loading…
Reference in New Issue
No description provided.
Delete Branch "feature/event/hide-scalar-internals"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR should finally finish out the work to avoid private types appearing in the public API space.
Notably, some changes in
event/types
were made to obscure the private inner type,lib/reader
'sRead
trait was changed to take and return opaque types which do not leak private details, and many types were made explicitly private across the library.