multiformats / rust-multiaddr

multiaddr implementation in rust
https://crates.io/crates/multiaddr
Other
86 stars 45 forks source link

Remove `from_url` module #94

Open thomaseizinger opened 1 year ago

thomaseizinger commented 1 year ago

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.