#aptos #definition #constant #global #truth #source #better

yanked aptos-global-constants

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

0.2.7 Aug 16, 2022
0.2.6 Aug 13, 2022
0.2.2 Jul 22, 2022
0.1.7 Jul 9, 2022
0.1.0 May 26, 2022

#12 in #truth

Download history 49/week @ 2024-02-19 13/week @ 2024-02-26 4/week @ 2024-03-04 16/week @ 2024-03-11 8/week @ 2024-03-18

53 downloads per month
Used in 72 crates (7 directly)

Apache-2.0

3KB

Aptos Banner

License Lint+Test codecov Discord chat

Aptos is a layer 1 blockchain bringing a paradigm shift to Web3 through better technology and user experience. Built with Move to create a home for developers building next-gen applications.

Getting Started

Contributing

You can learn more about contributing to the Aptos project by reading our Contribution Guide and by viewing our Code of Conduct.

Aptos Core is licensed under Apache 2.0.


lib.rs:

The purpose of this crate is to offer a single source of truth for the definitions of shared constants within the codebase. This is useful because many different components within Aptos often require access to global constant definitions (e.g., Safety Rules, Key Manager, and Secure Storage). To avoid duplicating these definitions across crates (and better allow these constants to be updated in a single location), we define them here.

No runtime deps