Open thomaseizinger opened 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.
from_url
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.
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.