Docs.rs
micro-tower-0.1.0
micro-tower 0.1.0
Permalink
Docs.rs crate page
BSD-2-Clause
Links
Repository
crates.io
Source
Owners
robert-oleynik
Dependencies
bytes ~1.2.1
normal
derive_builder ~0.11.2
normal
futures ~0.3.24
normal
micro-tower-codegen ^0.1.0
normal
serde ~1.0.144
normal
serde_json ~1.0.85
normal
thiserror ~1.0.34
normal
tokio ~1.21.0
normal
tokio-util ~0.7.4
normal
tower ~0.4.13
normal
tracing ~0.1.36
normal
tracing-subscriber ~0.3.15
dev
Versions
42.19%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module borrow
micro_
tower
0.1.0
Module borrow
Module Items
Structs
In micro_
tower::
util
micro_tower
::
util
Module
borrow
Copy item path
Source
Structs
ยง
Borrowed
Used to wrap a borrowed value. Will return the borrowed value then dropped.
Cell
Implements a thread safe data structure which can be used to temporary borrow an inner value.