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
In aid of #295, all the binary-related code should be moved to the binary crate, making a clear separation from the library code. (For example, the library doesn't really need to be doing filesystem-level IO, it can just provide a Read interface, or similar. Therefore, the IO error handling, etc. can be moved into the binary crate.)
The text was updated successfully, but these errors were encountered:
In aid of #295, all the binary-related code should be moved to the binary crate, making a clear separation from the library code. (For example, the library doesn't really need to be doing filesystem-level IO, it can just provide a
Read
interface, or similar. Therefore, the IO error handling, etc. can be moved into the binary crate.)The text was updated successfully, but these errors were encountered: