File: main.rs

package info (click to toggle)
rust-tower-0.4 0.4.13-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 992 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
8
#![cfg(feature = "util")]
#![allow(clippy::type_complexity)]

//mod call_all;
mod oneshot;
mod service_fn;
#[path = "../support.rs"]
pub(crate) mod support;