-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e83164
commit 16b8e48
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# time-rs book | ||
|
||
[![Build](https://github.com/time-rs/book/actions/workflows/build.yaml/badge.svg)](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-rs](https://github.com/time-rs/time) crate [book](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. | ||
Internal documentation can be viewed [here](https://time-rs.github.io/internal-api/time). | ||
|
||
If you have any questions, feel free to use [Discussions]. Don't hesitate to ask questions — that's | ||
what I'm here for! | ||
|
||
[Discussions]: https://github.com/time-rs/time/discussions | ||
|
||
## License | ||
|
||
This project is licensed under either of | ||
|
||
- [Apache License, Version 2.0](https://github.com/time-rs/time/blob/main/LICENSE-Apache) | ||
- [MIT license](https://github.com/time-rs/time/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. |