Docs.rs
reproto-backend-0.2.0
reproto-backend 0.2.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
udoprog
Dependencies
reproto-parser ^0.2
linked-hash-map ^0.4
clap ^2.24
reproto-core ^0.2
genco ^0.1
reproto-repository ^0.2
log ^0.3
error-chain ^0.11
serde_json ^1.0
Versions
Go to latest version
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
1
2
3
4
5
use
std
::
path
::
PathBuf
;
pub
struct
CompilerOptions
{
pub
out_path
:
PathBuf
, }