Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deprecation(iroh)!: remove deprecated type aliases (#2467)
## Description Remove type aliases for the mem and quic node types that are no longer necessary due to boxing of the rpc channel. Also document reexports ## Breaking Changes - iroh: remove client::MemIroh - iroh: remove client::QuicIroh - iroh: remove client::MemDoc - iroh: remove client::QuicDoc ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [x] Self-review. - [x] ~~Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant.~~ - [x] ~~Tests if relevant.~~ - [x] All breaking changes documented.
- Loading branch information