• Home
  • Raw
  • Download

Lines Matching +full:bare +full:- +full:cross +full:- +full:build

6 * **Fast**: Tokio's zero-cost abstractions give you bare-metal
15 [![Crates.io][crates-badge]][crates-url]
16 [![MIT licensed][mit-badge]][mit-url]
17 [![Build Status][actions-badge]][actions-url]
18 [![Discord chat][discord-badge]][discord-url]
20 [crates-badge]: https://img.shields.io/crates/v/tokio.svg
21 [crates-url]: https://crates.io/crates/tokio
22 [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
23 [mit-url]: https://github.com/tokio-rs/tokio/blob/master/LICENSE
24 [actions-badge]: https://github.com/tokio-rs/tokio/workflows/CI/badge.svg
25 [actions-url]: https://github.com/tokio-rs/tokio/actions?query=workflow%3ACI+branch%3Amaster
26 [discord-badge]: https://img.shields.io/discord/500028886025895936.svg?logo=discord&style=flat-squa…
27 [discord-url]: https://discord.gg/tokio
36 Tokio is an event-driven, non-blocking I/O platform for writing
40 * A multithreaded, work-stealing based task [scheduler].
60 async fn main() -> Result<(), Box<dyn std::error::Error>> {
93 [mini-redis] repository.
95 [examples]: https://github.com/tokio-rs/tokio/tree/master/examples
96 [mini-redis]: https://github.com/tokio-rs/mini-redis/
99 [docs][feature-flag-docs].
111 [discussions]: https://github.com/tokio-rs/tokio/discussions
112 [feature-flag-docs]: https://docs.rs/tokio/#feature-flags
120 [guide]: https://github.com/tokio-rs/tokio/blob/master/CONTRIBUTING.md
131 * [`warp`]: A super-easy, composable, web server framework for warp speeds.
135 * [`tracing`]: A framework for application-level tracing and async-aware diagnostics.
139 * [`mio`]: A low-level, cross-platform abstraction over OS I/O APIs that powers
149 [`tower`]: https://github.com/tower-rs/tower
150 [`loom`]: https://github.com/tokio-rs/loom
151 [`rdbc`]: https://github.com/tokio-rs/rdbc
152 [`tracing`]: https://github.com/tokio-rs/tracing
153 [`mio`]: https://github.com/tokio-rs/mio
154 [`bytes`]: https://github.com/tokio-rs/bytes
159 The current Tokio version is not guaranteed to build on Rust versions earlier than the
166 [MIT license]: https://github.com/tokio-rs/tokio/blob/master/LICENSE