Docs.rs
stellar-xdr-22.1.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
stellar-xdr 22.1.0
Stellar XDR types, encoding, and decoding.
Crate
Source
Builds
Feature flags
Documentation
Hide files
.github
src
tests
xdr
.cargo_vcs_info.json
.gitignore
.gitmodules
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
CONTRIBUTING.md
LICENSE
Makefile
README.md
RELEASING.md
1
2
3
4
pub
fn
main
(
)
{
println!
(
"
cargo:rustc-check-cfg=cfg(docs)
"
)
;
crate_git_revision
::
init
(
)
;
}