1
0
mirror of https://github.com/actix/actix-website synced 2024-11-28 02:22:57 +01:00
actix-website/content/code/_index.md

20 lines
730 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
2020-09-12 17:21:54 +02:00
The Actix ecosystem is fully open source on our GitHub organization [@actix](https://github.com/actix).
2018-05-22 23:15:08 +02:00
2022-02-26 05:41:49 +01:00
Here are the most important projects and the link to their github repositories and related resources:
2018-05-22 23:15:08 +02:00
2020-09-12 17:21:54 +02:00
- [actix-web](https://github.com/actix/actix-web), ([API docs](https://docs.rs/actix-web))
2022-02-26 05:58:43 +01:00
- [actix-extras crates](https://github.com/actix/actix-extras#readme)
- [examples repo](https://github.com/actix/examples#readme)
2018-05-22 23:15:08 +02:00
2022-02-26 05:58:43 +01:00
Actix projects are dual licensed under the [MIT] and [Apache 2] licenses.
2020-09-12 17:21:54 +02:00
2022-02-26 05:58:43 +01:00
[MIT]: https://github.com/actix/actix-web/blob/master/LICENSE-MIT
[Apache 2]: https://github.com/actix/actix-web/blob/master/LICENSE-APACHE