Registry / other / aptos-executor

aptos-executor

JSON →
libraryrscratesunverified

Core execution engine for the Aptos blockchain, handling transaction execution and state management.

# Cargo.toml [dependencies] aptos-executor = "latest"
INSTALL
IMPORT
SIG · APTOS-EXECUTOR
A
aptos-executor
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 aptos_executor::Executor;

Basic instantiation of the Aptos executor.

use aptos_executor::Executor; fn main() { let executor = Executor::new(); println!("Executor created"); }
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
20 hits · last 30 days
node
16
Meta
1
Amazon
1
OpenAI (training)
1
Resources
aptos-executor — cargo add aptos-executor · libregistry