shortid. Example use shortid::*; fn to_string(src:&[u8])->String { src .into_iter() .map(|val| format!("{:0>2x}", val)) .collect() } fn ...
確定! 回上一頁