Docs.rs
soroban-sdk-0.0.2
soroban-sdk 0.0.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
graydon
leighmcculloch
stellar-crates
Dependencies
ed25519-dalek ^1.0.1
normal
soroban-sdk-macros ^0.0.2
normal
hex ^0.4.3
dev
stellar-xdr ^0.0.1
dev
trybuild ^1.0.63
dev
soroban-env-host ^0.0.2
normal
soroban-env-guest ^0.0.2
normal
Versions
12.5%
of the crate is documented
This release has been yanked, go to latest version
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
☰
Serialize
Required Methods
serialize
Implementors
In soroban_sdk::serde
?
Trait
soroban_sdk
::
serde
::
Serialize
source
·
[
−
]
pub trait Serialize { fn
serialize
(self, env: &
Env
) ->
Binary
; }
Required Methods
source
fn
serialize
(self, env: &
Env
) ->
Binary
Implementors
source
impl<T>
Serialize
for T
where
T:
IntoVal
<
Env
,
RawVal
>,