https://github.com/actix/book
Actix user guides
https://github.com/actix/book
Last synced: about 1 year ago
JSON representation
Actix user guides
- Host: GitHub
- URL: https://github.com/actix/book
- Owner: actix
- License: apache-2.0
- Archived: true
- Created: 2018-04-13T01:51:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T23:00:07.000Z (over 3 years ago)
- Last Synced: 2025-04-19T11:17:33.623Z (about 1 year ago)
- Language: Rust
- Homepage: https://actix.rs/docs/actix
- Size: 3.69 MB
- Stars: 189
- Watchers: 18
- Forks: 60
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED: This repo has been deprecated, the new website is live on https://actix.rs/docs/actix/ and any updates will happen on https://github.com/actix/actix-website.
# User guides [](https://travis-ci.org/actix/book) [](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
- [Actix User Guide](https://actix.rs/book/actix/)
- [Actix API Documentation (Development)](https://actix.rs/actix/actix/)
- [Actix API Documentation (Releases)](https://docs.rs/actix/)
- [Actix Web User Guide](https://actix.rs/docs/)
- [Actix Web API Documentation (Development)](https://actix.rs/actix-web/actix_web/)
- [Actix Web API Documentation (Releases)](https://docs.rs/actix-web/)
- [Chat on gitter](https://gitter.im/actix/actix)
## Using this library
This repository is an [`mdBook`](https://github.com/rust-lang/mdBook)
project. To use it for this project:
- Install `mdBook` if you haven't already: `cargo install mdbook`
- In the `actix` directory: `mdbook watch -o`
- This automatically opens your browser and watches the md files for changing
- You'll still have to refresh the page, as there is no hot-reloading for
`mdbook`