Sha256: 98ee70076a3554bb5043ecb1e3643fd47c6bac126724ee207b0633017b8763ed
Contents?: true
Size: 373 Bytes
Versions: 3
Compression:
Stored size: 373 Bytes
Contents
// This file is part of ICU4X. For terms of use, please see the file // called LICENSE at the top level of the ICU4X source tree // (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ). use serde::Deserialize; #[derive(Deserialize, Debug)] pub struct CanonicalizationTest { pub input: String, pub output: String, pub disabled: Option<bool>, }
Version data entries
3 entries across 3 versions & 1 rubygems