str

Function str 

Source
pub fn str<T>(input: T) -> String
where T: AsRef<[u8]>,
Expand description

Generate md5 string

§Example

use light_tool::md5;
println!("md5 string: {}", md5::str("hello world"))