1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 08:43:01 +01:00
actix-website/content/docs/_index.md

25 lines
865 B
Markdown
Raw Normal View History

2018-05-22 23:15:08 +02:00
---
title: Documentation
description: Guiding you through building apps with actix
menu:
docs_intro:
name: Welcome
weight: 10
---
# Welcome to Actix
Actix is your door to developing web services with Rust and this documentation
is going to guide you.
This documentation currently covers mostly the `actix-web` part which is the
2019-06-19 20:53:45 +02:00
high level web framework previously built on top of the `actix` actor framework and the
2018-05-22 23:15:08 +02:00
[Tokio](https://tokio.rs/) async IO system. This is the part that is from an
API stability point of view the most stable.
2019-06-19 20:53:45 +02:00
If you haven't used `actix-web` yet it's best to start with the [getting started
2018-05-22 23:15:08 +02:00
guide](getting-started/). If you already know your ways around and you need
specific information you might want to read the [actix-web API
2019-06-19 20:53:45 +02:00
docs](https://docs.rs/actix-web) (or the lower level [actix API
2018-05-22 23:15:08 +02:00
docs](https://docs.rs/actix)).