From 67c53e3fdc453ab06a55f531ccfc1dc34ebfbe88 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Tue, 21 Dec 2021 16:01:13 -0500 Subject: Basic docs --- README.md | 3 +++ src/lib.rs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f33d7b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Bota's Time Crate + +A crate I created to give me things that I want in a time crate, like a generic TimeZone API, and accurate leap-second handling diff --git a/src/lib.rs b/src/lib.rs index 8b13789..7913c79 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1 +1 @@ - +#![doc = include_str!("../README.md")] -- cgit v1.2.3