Docs.rs
rustabi-6.1.0
rustabi 6.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
SUSYLABS
Dependencies
error-chain ^0.12
normal
rustc-hex ^2.0
normal
s-types ^0.4
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
tiny-keccak ^1.4
normal
hex-literal ^0.1.1
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustabi
6.1.0
Address
Aliased Type
Fields
0
In crate rustabi
rustabi
Type Alias
Address
Copy item path
Source
pub type Address =
Address
;
Expand description
ABI address.
Aliased Type
§
struct Address(pub [
u8
;
20
]);
Fields
§
§
0: [
u8
;
20
]