Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.
/ tokio-service Public archive

The core `Service` trait in Tokio and support

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

tokio-rs/tokio-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This crate is deprecated!

This crate is deprecated in favor of tower.

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;

You can find extensive examples and tutorials in addition to the API documentation at https://tokio.rs

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.

About

The core `Service` trait in Tokio and support

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages