Skip to content

Commit

Permalink
ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed May 31, 2023
1 parent 9b07fe9 commit 371482f
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
34 changes: 34 additions & 0 deletions ffi/diplomat/tests/missing_apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@
# Please check in with @Manishearth, @robertbastian, or @sffc if you have questions


icu::calendar::AnyCalendar::try_new_for_locale#FnInEnum
icu::calendar::week::WeekCalculator::try_new#FnInStruct
icu::collator::Collator::try_new#FnInStruct
icu::datetime::TimeFormatter::try_new_with_length#FnInStruct
icu::datetime::TypedZonedDateTimeFormatter::try_new#FnInStruct
icu::datetime::ZonedDateTimeFormatter::try_new#FnInStruct
icu::datetime::ZonedDateTimeFormatter::try_new_experimental#FnInStruct
icu::decimal::FixedDecimalFormatter::try_new#FnInStruct
icu::locid_transform::LocaleExpander::try_new_extended#FnInStruct
icu::normalizer::ComposingNormalizer::try_new_nfc#FnInStruct
icu::normalizer::ComposingNormalizer::try_new_nfkc#FnInStruct
icu::normalizer::DecomposingNormalizer::try_new_nfd_with#FnInStruct
icu::normalizer::DecomposingNormalizer::try_new_nfkd#FnInStruct
icu::normalizer::properties::CanonicalCombiningClassMap::try_new#FnInStruct
icu::normalizer::properties::CanonicalComposition::try_new#FnInStruct
icu::normalizer::properties::CanonicalDecomposition::try_new#FnInStruct
icu::plurals::PluralRules::try_new#FnInStruct
icu::plurals::PluralRules::try_new_cardinal#FnInStruct
icu::plurals::PluralRules::try_new_ordinal#FnInStruct
icu::properties::bidi_data::BidiAuxiliaryProperties#Struct
icu::properties::bidi_data::BidiAuxiliaryProperties::as_borrowed#FnInStruct
icu::properties::bidi_data::BidiAuxiliaryProperties::from_data#FnInStruct
Expand All @@ -22,6 +41,7 @@ icu::properties::bidi_data::BidiAuxiliaryPropertiesBorrowed::get32_mirroring_pro
icu::properties::bidi_data::BidiAuxiliaryPropertiesBorrowed::get32_pairing_props#FnInStruct
icu::properties::bidi_data::BidiMirroringProperties#Struct
icu::properties::bidi_data::BidiPairingProperties#Enum
icu::properties::bidi_data::load_bidi_auxiliary_properties#Fn
icu::properties::bidi_data::load_bidi_auxiliary_properties_unstable#Fn
icu::properties::names::PropertyEnumToValueNameLinearMapper#Struct
icu::properties::names::PropertyEnumToValueNameLinearMapper::as_borrowed#FnInStruct
Expand All @@ -35,3 +55,17 @@ icu::properties::names::PropertyEnumToValueNameSparseMapper#Struct
icu::properties::names::PropertyEnumToValueNameSparseMapper::as_borrowed#FnInStruct
icu::properties::names::PropertyEnumToValueNameSparseMapperBorrowed#Struct
icu::properties::names::PropertyEnumToValueNameSparseMapperBorrowed::get#FnInStruct
icu::properties::script::load_script_with_extensions#Fn
icu::properties::sets::load_for_ecma262#Fn
icu::segmenter::GraphemeClusterSegmenter::try_new#FnInStruct
icu::segmenter::LineSegmenter::try_new_auto#FnInStruct
icu::segmenter::LineSegmenter::try_new_auto_with_options#FnInStruct
icu::segmenter::LineSegmenter::try_new_dictionary#FnInStruct
icu::segmenter::LineSegmenter::try_new_dictionary_with_options#FnInStruct
icu::segmenter::LineSegmenter::try_new_lstm#FnInStruct
icu::segmenter::LineSegmenter::try_new_lstm_with_options#FnInStruct
icu::segmenter::SentenceSegmenter::try_new#FnInStruct
icu::segmenter::WordSegmenter::try_new_auto#FnInStruct
icu::segmenter::WordSegmenter::try_new_dictionary#FnInStruct
icu::segmenter::WordSegmenter::try_new_lstm#FnInStruct
icu::timezone::MetazoneCalculator::try_new#FnInStruct
33 changes: 33 additions & 0 deletions ffi/gn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,39 @@ rustflags = []
[gn.package.libm."0.2.6"]
rustflags = []

[gn.package.icu_calendar."1.2.0"]
rustflags = []

[gn.package.icu_collator."1.2.0"]
rustflags = []

[gn.package.icu_datetime."1.2.1"]
rustflags = []

[gn.package.icu_decimal."1.2.0"]
rustflags = []

[gn.package.icu_list."1.2.0"]
rustflags = []

[gn.package.icu_locid_transform."1.2.1"]
rustflags = []

[gn.package.icu_normalizer."1.2.0"]
rustflags = []

[gn.package.icu_plurals."1.2.0"]
rustflags = []

[gn.package.icu_properties."1.2.0"]
rustflags = []

[gn.package.icu_segmenter."1.2.1"]
rustflags = []

[gn.package.icu_timezone."1.2.0"]
rustflags = []

# Build cargo-gnaw with the checked-in lockfile
[workspace]
members = ["third_party_tools/fuchsia/tools/cargo-gnaw"]

0 comments on commit 371482f

Please sign in to comment.