#definition #constant #global #truth #source #aptos #key

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

#13 in #truth

Download history 31/week @ 2024-03-28 14/week @ 2024-04-04 3/week @ 2024-04-11 5/week @ 2024-04-18 7/week @ 2024-04-25 5/week @ 2024-05-02 4/week @ 2024-05-09 5/week @ 2024-05-16 4/week @ 2024-05-23 4/week @ 2024-05-30 9/week @ 2024-06-06 6/week @ 2024-06-13 8/week @ 2024-06-20 3/week @ 2024-06-27 45/week @ 2024-07-04 15/week @ 2024-07-11

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

Apache-2.0

3KB

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