Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Opening up structs/traits/fns to make imdl useable as a library #515

Open
si14 opened this issue Mar 12, 2023 · 2 comments
Open

Opening up structs/traits/fns to make imdl useable as a library #515

si14 opened this issue Mar 12, 2023 · 2 comments

Comments

@si14
Copy link

si14 commented Mar 12, 2023

Hey Casey!

I'm writing something torrent-related, and it'd be great to use intermodal in tests to verify my implementation. However, currently everything is pub(crate), which makes shelling out to imdl the only option. Would you be open to making things just pub?

I understand that downstream code directly depending on innards of imdl would invite compatibility complaints. However, maybe making it clear in the docs that you will break compatibility in point releases and using imdl as a library is not something you're going to support might be enough to minimise the extra support burden?

@DevYukine
Copy link

i would also like to do the same actually ^^ +1 👍

@josecelano
Copy link

Same here. I would like to use it to create temporary torrents for E2E testing for this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants