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

20 lines
950 B
Markdown
Raw Normal View History

2018-05-22 23:15:08 +02:00
---
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))
2019-09-28 11:52:03 +02:00
* [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://docs.rs/actix-web))
2018-05-22 23:15:08 +02:00
* [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/).