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
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?
The text was updated successfully, but these errors were encountered:
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 ispub(crate)
, which makes shelling out toimdl
the only option. Would you be open to making things justpub
?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 usingimdl
as a library is not something you're going to support might be enough to minimise the extra support burden?The text was updated successfully, but these errors were encountered: