1
2
3
4
5
pub mod utils;
pub fn gen_id(server: &str, num: &str) -> String
{
    utils::idgen::generate_id(server, num)
}