You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, everything is reexported from lib.rs. I'd rather have a division per file format, with each module having links to the format spec, basic examples... For example:
Currently, everything is reexported from
lib.rs
. I'd rather have a division per file format, with each module having links to the format spec, basic examples... For example:Additionally, free functions could be moved from the traits to the module:
I can do a PR if you are OK with it, after my other PR are merged or rejected.
The text was updated successfully, but these errors were encountered: