Docs.rs
ecli-server-codegen-1.0.0
ecli-server-codegen 1.0.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Officeyutong
Dependencies
async-trait ^0.1.24
normal
chrono ^0.4
normal
frunk ^0.3.0
normal
frunk-enum-core ^0.2.0
normal
frunk-enum-derive ^0.2.0
normal
frunk_core ^0.3.0
normal
frunk_derives ^0.3.0
normal
futures ^0.3
normal
hyper ^0.14
normal
lazy_static ^1.4
normal
log ^0.4.0
normal
mime ^0.3
normal
percent-encoding ^2.1.0
normal
regex ^1.3
normal
serde ^1.0
normal
serde_ignored ^0.1.1
normal
serde_json ^1.0
normal
swagger ^6.1
normal
url ^2.1
normal
clap ^2.25
dev
env_logger ^0.7
dev
native-tls ^0.2
dev
tokio ^1.14
dev
hyper-tls ^0.5
normal
native-tls ^0.2
normal
hyper-openssl ^0.9
normal
openssl ^0.10
normal
openssl ^0.10
dev
tokio-openssl ^0.6
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate ecli_server_codegen
Version 1.0.0
All Items
Re-exports
Modules
Enums
Constants
Traits
?
Crate
ecli_server_codegen
source
·
[
−
]
Re-exports
pub use client::
Client
;
pub use self::server::
Service
;
Modules
client
context
models
server
Enums
GetTaskListResponse
GetTaskLogByIdResponse
PauseTaskByIdResponse
ResumeTaskByIdResponse
StartTaskResponse
StopTaskByIdResponse
Constants
API_VERSION
BASE_PATH
Traits
Api
API
ApiNoContext
API where
Context
isn’t passed on every API call
ContextWrapperExt
Trait to extend an API to make it easy to bind it to a context.