mirror of
https://github.com/actix/actix-website
synced 2024-11-24 16:52:59 +01:00
20 lines
973 B
Markdown
20 lines
973 B
Markdown
---
|
|
title: Code
|
|
description: Browse and download the sources
|
|
---
|
|
|
|
# Browse the Code
|
|
|
|
All of actix is open source and can be found on our github organization: [actix
|
|
on github](https://github.com/actix)
|
|
|
|
Here are the most important projects and the link to their github repositories
|
|
and related resources:
|
|
|
|
* [actix](https://github.com/actix/actix) ([issues](https://github.com/actix/actix/issues), [ci](https://travis-ci.org/actix/actix), [crate](https://crates.io/crates/actix), [api docs](https://docs.rs/actix))
|
|
* [actix-web](https://github.com/actix/actix-web) ([issues](https://github.com/actix/actix-web/issues), [ci](https://travis-ci.org/actix/actix-web), [crate](https://crates.io/crates/actix-web), [api docs](https://actix.rs/api/actix-web/stable/actix_web/))
|
|
* [example code](https://github.com/actix/examples)
|
|
* [this website](https://github.com/actix/actix-website)
|
|
|
|
Actix is dual licensed under the MIT and Apache 2 licenses. [Read license text](license/).
|