Holzhaus / rekordcrate

Library for parsing Pioneer Rekordbox device exports
https://holzhaus.github.io/rekordcrate/
Mozilla Public License 2.0
80 stars 12 forks source link

visibility of struct members #105

Open nat3Github opened 8 months ago

nat3Github commented 8 months ago

hi holzhaus! when scrolling the library I noticed that some of the structs members for example PlaylistEntry are only visible in the crate (not pub). may I suggest making (useful) struct members to public? that would probably make it easier to use the library. greetings!