2018-06-22 17:18:14 +02:00
|
|
|
|
---
|
|
|
|
|
title: 源码
|
|
|
|
|
description: 浏览,下载源码
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# 浏览源码
|
|
|
|
|
|
|
|
|
|
所有的Actix代码都是开源的,可以在我们的github组织中找到: [actix
|
|
|
|
|
on github](https://github.com/actix)
|
|
|
|
|
|
|
|
|
|
以下是最重要的项目以及与其github存储库和相关资源的链接:
|
|
|
|
|
|
|
|
|
|
* [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://docs.rs/actix-web))
|
|
|
|
|
* [example code](https://github.com/actix/examples)
|
2018-06-23 10:30:43 +02:00
|
|
|
|
* [this website](https://github.com/actix/actix-website)
|
2018-06-22 17:18:14 +02:00
|
|
|
|
|
|
|
|
|
Actix在MIT和Apache 2下获得双重许可。[许可证文本](license/).
|