-
Notifications
You must be signed in to change notification settings - Fork 7
feat: More Rust idiomatic, type safe API #20
Copy link
Copy link
Open
Description
This is more of a minor issue, but helps with using the crate.
Right now the crate deals with a lot of primitive values that could be typed to make it more type safe, which results in a clear API which is less error prone (or not prone to user error at all).
Also little things like using get_ getters aren't idiomatic Rust and can be improved for readability.
Feature would be to type the API such that we gain these benefits.
Happy to submit a Pull Request for this
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels