-
Notifications
You must be signed in to change notification settings - Fork 265
Open
Milestone
Description
We currently expose quite a lot of types from dependencies in the pubic API of iroh
. We should review that list before 1.0.
For some types from widely used crates with a 1.0 release, e.g. bytes::Bytes
, we're likely fine with exposing them.
For others, like our From<hickory_resolver::TokioResolver> for DnsResolver
impl, we might want to remove them.
For types from pre-1.0 crates, leaving them in the public API of iroh means we cannot update the crate (apart from patch-level changes) without a semver breaking change in iroh.
ramfox and dignifiedquire
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status