reliakit-core 1.0.0

Shared building blocks for Reliakit: a clock-agnostic Clock trait with manual and monotonic clocks. no_std and zero-dependency.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.85"
name = "reliakit-core"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared building blocks for Reliakit: a clock-agnostic Clock trait with manual and monotonic clocks. no_std and zero-dependency."
homepage = "https://satyakwok.dev/projects/reliakit"
documentation = "https://docs.rs/reliakit-core"
readme = "README.md"
keywords = [
    "clock",
    "time",
    "reliability",
    "no-std",
    "monotonic",
]
categories = [
    "no-std",
    "rust-patterns",
    "date-and-time",
]
license = "MIT"
repository = "https://github.com/satyakwok/reliakit"

[package.metadata.docs.rs]
all-features = true

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

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

[[example]]
name = "clock_basic"
path = "examples/basic.rs"

[dependencies]

[lints.rust]
unsafe_code = "forbid"