Docs.rs
protobuf-1.0.17
Platform
i686-apple-darwin
i686-pc-windows-gnu
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-gnu
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
protobuf 1.0.17
Rust implementation of Google protocol buffers
Crate
Source
Builds
Feature flags
Documentation
Hide files
src
.gitignore
.travis.yml
Cargo.toml
inside.proto
inside.rs
install-protobuf.sh
LICENSE.txt
outside.proto
outside.rs
README.md
xx
xx.rs
1
2
3
4
5
6
extern
crate
protobuf
;
mod
inside
;
mod
outside
;
fn
main
(
)
{
}