quesurifn / yake-rust

MIT License
3 stars 3 forks source link

Public fields for ResultItem? #4

Closed Captain-Of-Coit closed 5 months ago

Captain-Of-Coit commented 1 year ago

https://github.com/quesurifn/yake-rust/blob/547f1322408a8c49a36ce16731c0a794bef08908/yake_rust/src/lib.rs#L49-L53

Currently set as private, meaning I cannot access them in user code. Would be great if they could be set to be public, just like Sentence and the other structs.