From c89136c79895f66e32b7c3e29bc9e17f1fc5d7f5 Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Wed, 25 Oct 2023 22:14:20 -0700 Subject: [PATCH] add basic readme (#9) Co-authored-by: Jacob Pratt --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7751a7d --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# time-rs book + +[![Build](https://github.com/time-rs/book/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/time-rs/book/actions/workflows/build.yaml) + +## `time` documentation + +This repository contains the [mdbook](https://github.com/rust-lang/mdBook) source for the [`time` crate](https://github.com/time-rs/time). The book can be viewed [here](https://time-rs.github.io/book). + +## Contributing + +Contributions are always welcome! If you have an idea, it's best to float it by me before working on +it to ensure no effort is wasted. If there's already an open issue for it, knock yourself out. If not, +open a new one. + +## License + +This project is licensed under either of + +- [Apache License, Version 2.0](https://github.com/time-rs/book/blob/main/LICENSE-Apache) +- [MIT license](https://github.com/time-rs/book/blob/main/LICENSE-MIT) + +at your option. + +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in +time by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any +additional terms or conditions.