Docs.rs
sp-runtime-interface-31.0.0
sp-runtime-interface 31.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
bytes ^1.4.0
normal
parity-scale-codec ^3.7.5
normal
impl-trait-for-tuples ^0.2.2
normal
primitive-types ^0.13.1
normal
sp-externalities ^0.30.0
normal
sp-runtime-interface-proc-macro ^20.0.0
normal
sp-std ^14.0.0
normal
sp-storage ^22.0.0
normal
sp-tracing ^18.0.0
normal
sp-wasm-interface ^23.0.0
normal
static_assertions ^1.1.0
normal
rustversion ^1.0.17
dev
trybuild ^1.0.103
dev
polkavm-derive ^0.26.0
normal
Versions
100%
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
sp_
runtime_
interface
31.0.0
sp_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
.