Registry / utility / aptos-global-constants

aptos-global-constants

JSON →
libraryrscratesunverified

Aptos's global constant crate: the source of truth for constant definitions that span multiple crates.

# Cargo.toml [dependencies] aptos-global-constants = "latest"
INSTALL
IMPORT
SIG · APTOS-GLOBAL-CONST
A
aptos-global-constants
utilityrust
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.

APTOS_CORE_VERSION
use aptos_global_constants::APTOS_CORE_VERSION;

Prints the Aptos core version constant.

use aptos_global_constants::APTOS_CORE_VERSION; fn main() { println!("Aptos core version: {}", APTOS_CORE_VERSION); }
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
18
Meta
1
OpenAI (training)
1
Resources
aptos-global-constants — cargo add aptos-global-constants · libregistry