summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2021-12-21 16:01:13 -0500
committerBotahamec <botahamec@outlook.com>2021-12-21 16:01:13 -0500
commit67c53e3fdc453ab06a55f531ccfc1dc34ebfbe88 (patch)
treee1a791df37e0e34ed6ad9e526c038c808f11fbd4
parentc8a19796a99146bee4a6a058976ee83bab257335 (diff)
Basic docs
-rw-r--r--README.md3
-rw-r--r--src/lib.rs2
2 files changed, 4 insertions, 1 deletions
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")]