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
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Address
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
§
#[repr(C)]
pub struct Address(pub [
u8
;
20
]);
Tuple Fields
§
§
0: [
u8
;
20
]