comment_app_backend 0.1.3

Serves comments through Restful APIs
Documentation
1
2
3
4
5
use chrono::prelude::*;

pub fn unique_id() -> String {
    Local::now().format("%Y%m%d%H%M%S%9f").to_string()
}