Skip to content

Commit

Permalink
Merge branch 'main' into normalizerdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hsivonen authored Dec 18, 2024
2 parents 59d9ba1 + b7d2a25 commit f355273
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ffi/capi/bindings/dart/DataProvider.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions ffi/capi/bindings/js/DataProvider.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions ffi/capi/bindings/js/DataProvider.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions ffi/capi/src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ pub mod ffi {

#[diplomat::opaque]
/// An ICU4X data provider, capable of loading ICU4X data keys from some source.
///
/// Currently the only source supported is loading from "blob" formatted data from a bytes buffer or the file system.
///
/// If you wish to use ICU4X's builtin "compiled data", use the version of the constructors that do not have `_with_provider`
/// in their names.
#[diplomat::rust_link(icu_provider, Mod)]
pub struct DataProvider(pub DataProviderInner);

Expand Down

0 comments on commit f355273

Please sign in to comment.