Docs.rs
aster-proxy-1.0.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
aster-proxy 1.0.0
A light, fast and powerful cache proxy written in Rust.
Crate
Source
Builds
Feature flags
Documentation
Hide files
a2
bin
src
.cargo_vcs_info.json
.gitignore
.travis.yml
Cargo.lock
Cargo.toml
Cargo.toml.orig
CHANGELOG.md
default.toml
lib.rs
Makefile
README.md
rustfmt.toml
TODOs.org
1
2
3
4
5
use
failure
::
Errror
;
pub
fn
aster_lib
(
)
->
Result
<
(
)
, Error
>
{
unimplemented!
(
)
}