The website for the Tokio project. Lives at https://tokio.rs.
Building the website depends on Hugo. So, first make sure that you have it installed. If on OS X and using Homebrew, run the following:
brew update && brew install hugo
Then, get the website running locally:
git clone https://github.com/tokio-rs/website
cd website
hugo server
Then visit http://localhost:1313.
This project is mostly* licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
* The repository originally was created without a license. The license only applies to work contributed on or after February 15, 2018 or by a contributor who has agreed to relicense the contribution under Apache/MIT. See here for more details.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in tokio by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.