• This repository has been archived on 26/Dec/2022
  • Stars
    star
    184
  • Rank 202,523 (Top 5 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created about 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Actix user guides

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 Build Status Join the chat at https://gitter.im/actix/actix

Using this library

This repository is an 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