1 2 3 4 5
/// Unique identifier for the `default` chunk key encoding (core). pub const DEFAULT: &str = "default"; /// Unique identifier for the `v2` chunk key encoding (core). pub const V2: &str = "v2";