wasm_
tokio
0.6.0
Modules
cm
Structs
CoreNameDecoder
CoreNameEncoder
CoreVecDecoder
CoreVecDecoderBytes
CoreVecEncoder
CoreVecEncoderBytes
Leb128DecoderI128
Leb128DecoderI16
Leb128DecoderI32
Leb128DecoderI64
Leb128DecoderI8
Leb128DecoderU128
Leb128DecoderU16
Leb128DecoderU32
Leb128DecoderU64
Leb128DecoderU8
Leb128Encoder
Overflow
OverflowVar
Utf8Codec
Traits
AsyncReadCore
AsyncReadLeb128
AsyncReadUtf8
AsyncWriteCore
AsyncWriteLeb128
AsyncWriteUtf8
Functions
put_i128_leb128
put_i16_leb128
put_i32_leb128
put_i64_leb128
put_i8_leb128
put_u128_leb128
put_u16_leb128
put_u32_leb128
put_u64_leb128
put_u8_leb128
wasm_tokio
Function
put_i8_leb128
Copy item path
Settings
Help
Summary
Source
pub fn put_i8_leb128(buf: &mut [
u8
;
2
], x:
i8
) -> &mut [
u8
]
ⓘ