Registry / other / executor-types

executor-types

JSON →
libraryrscratesunverified

Aptos executor interface types

# Cargo.toml [dependencies] executor-types = "latest"
INSTALL
IMPORT
SIG · EXECUTOR-TYPES
E
executor-types
otherrust
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Executor
use executor_types::Executor;

Initialize an Aptos executor.

use executor_types::Executor; fn main() { let _executor = Executor::new(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources
executor-types — cargo add executor-types · libregistry