Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Separate library and binary code #303

Closed
Tracked by #295
Xophmeister opened this issue Feb 16, 2023 · 2 comments
Closed
Tracked by #295

Separate library and binary code #303

Xophmeister opened this issue Feb 16, 2023 · 2 comments

Comments

@Xophmeister
Copy link
Member

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.)

@torhovland
Copy link
Member

@Xophmeister Does #368 resolve this?

@Xophmeister
Copy link
Member Author

LGTM 💯

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants