to_ref

Crates.ioto_ref
lib.rsto_ref
version0.1.1
sourcesrc
created_at2021-02-22 11:44:17.006142
updated_at2021-02-22 11:53:46.123652
descriptionlet path = url.to_ref::();
homepagehttps://github.com/iduanyingjie/to_ref
repositoryhttps://github.com/iduanyingjie/to_ref
max_upload_size
id358948
size1,838
iduanyingjie (iduanyingjie)

documentation

README

Before:

let url = "www.google.com".to_string();
let path: &Path = url.as_ref();

Now:

let url = "www.google.com".to_string();
let path = url.to_ref::<Path>();
Commit count: 5

cargo fmt