simple_time 0.0.2

A simple time i128 nano-second precision time library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "simple_time"
edition = "2021"
description = "A simple time i128 nano-second precision time library"
version = "0.0.2"
repository.workspace = true
license.workspace = true

[dependencies]

[lints]
workspace = true

[features]
default = ["std"]
std = []