rust-multiaddr icon indicating copy to clipboard operation
rust-multiaddr copied to clipboard

Remove `from_url` module

Open thomaseizinger opened this issue 2 years ago • 0 comments

As discussed in https://github.com/multiformats/rust-multiaddr/issues/71, we should remove the from_url module to reduce the surface area of this crate's public API.

Users are encouraged to implement the from_url functionality themselves and/or create their own crate if they need to reuse the code in different projects.

thomaseizinger avatar Jun 05 '23 10:06 thomaseizinger