simple_time 0.0.2

A simple time i128 nano-second precision time library
Documentation
[dependencies]

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

[lib]
name = "simple_time"
path = "src/lib.rs"

[lints.rust]
missing_docs = "deny"

[lints.rustdoc]
broken_intra_doc_links = "deny"
private_intra_doc_links = "deny"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple time i128 nano-second precision time library"
edition = "2021"
license = "Apache-2.0"
name = "simple_time"
readme = false
repository = "https://github.com/cosmos/cosmos-sdk"
version = "0.0.2"