rlink 0.6.16

High performance Stream Processing Framework
Documentation
1
2
3
4
5
use crate::utils::date_time::current_timestamp_millis;

pub fn gen_with_ts() -> String {
    format!("{}", current_timestamp_millis())
}