rings-core 0.1.0

Chord DHT implementation with ICE
Documentation
1
2
3
4
5
use chrono::Utc;

pub fn get_epoch_ms() -> u128 {
    Utc::now().timestamp_millis() as u128
}