tokio-service 0.1.0

The core `Service` trait for Tokio.
Documentation
  • Coverage
  • 100%
    13 out of 13 items documented0 out of 4 items with examples
  • Size
  • Source code size: 21.62 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 345.97 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • tokio-rs/tokio-service
    83 19 8
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • alexcrichton carllerche

tokio-service

Definition of the core Service trait in Tokio

Build Status Build status

Documentation

Usage

First, add this to your Cargo.toml:

[dependencies]
tokio-service = { git = "https://github.com/tokio-rs/tokio-service" }

Next, add this to your crate:

extern crate tokio_service;

License

tokio-service is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.