[][src]Crate eng_wasm

Re-exports

pub extern crate eng_pwasm_abi;
pub extern crate std;

Modules

external
fmt

Utilities for formatting and printing Strings.

io

Traits, helpers, and type definitions for core I/O functionality.

iter

Composable external iteration.

mem

Basic functions for dealing with memory.

Macros

eformat
eprint
read_state
remove_from_state
write_state

Structs

H160

A 160 bits (20 bytes) hash type.

H256

A 256-bits (32 bytes) hash type.

Rand
String

A UTF-8 encoded, growable string.

U256

Little-endian large integer type

U512

Little-endian large integer type

Vec

A contiguous growable array type, written Vec<T> but pronounced 'vector'.

Enums

Value

Represents any valid JSON value.

Traits

RandTypes
ToString

A trait for converting a value to a String.

SliceConcatExtExperimental

An extension trait for concatenating slices

Functions

from_utf8

Converts a slice of bytes to a string slice.

print
read

Read from state

remove

Remove key and value from state

write

Write to state

write_ethereum_bridge

Type Definitions

Address

Represents an address in ethereum context.