Registry / config / aptos-config

aptos-config

JSON →
libraryrscratesunverified

Aptos config provides configuration management for the Aptos blockchain framework.

# Cargo.toml [dependencies] aptos-config = "latest"
INSTALL
IMPORT
SIG · APTOS-CONFIG
A
aptos-config
configrust
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.

NodeConfig
use aptos_config::config::NodeConfig;

Creates a default node configuration.

use aptos_config::config::NodeConfig; fn main() { let config = NodeConfig::default(); println!("{:?}", config); }
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
29 hits · last 30 days
node
26
Resources
aptos-config — cargo add aptos-config · libregistry