Skip to content

iduanyingjie/to_ref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages