Docs.rs
gp-runtime-interface-18.0.0
gp-runtime-interface 18.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:gear-tech:dev
breathx
Dependencies
bytes ^1.1.0
normal
parity-scale-codec ^3.6.1
normal
impl-trait-for-tuples ^0.2.2
normal
primitive-types ^0.12.0
normal
sp-externalities ^0.20.0
normal
gp-runtime-interface-proc-macro ^12.0.0
normal
sp-std ^9.0.0
normal
sp-storage ^14.0.0
normal
sp-tracing ^10.0.0
normal
gp-wasm-interface ^15.0.0
normal
static_assertions ^1.0.0
normal
rustversion ^1.0.6
dev
sp-core ^22.0.0
dev
sp-io ^24.0.0
dev
sp-state-machine ^0.29.0
dev
trybuild ^1.0.74
dev
Versions
95.45%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gp_
runtime_
interface
18.0.0
gp_runtime_interface
Function
pack_ptr_and_len
Copy item path
Source
pub fn pack_ptr_and_len(ptr:
u32
, len:
u32
) ->
u64
Expand description
Pack a pointer and length into an
u64
.