1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 06:09:02 +02:00

add test and main macros

This commit is contained in:
Nikolay Kim
2019-11-25 21:49:11 +06:00
parent 1fddd1e75b
commit 4ceac79f2c
25 changed files with 265 additions and 267 deletions

View File

@ -1,5 +1,7 @@
//! A runtime implementation that runs everything on the current thread.
pub use actix_macros::{main, test};
mod arbiter;
mod builder;
mod runtime;