Docs.rs
soroban-env-common-22.1.3
Platform
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
soroban-env-common 22.1.3
Soroban contract environment common types and functionality.
Crate
Source
Builds
Feature flags
Documentation
Hide files
src
.cargo_vcs_info.json
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
env.json
README.md
1
2
3
4
pub
fn
main
(
)
{
println!
(
"
cargo:rerun-if-changed=build.rs
"
)
;
crate_git_revision
::
init
(
)
;
}