Skip to content

Commit

Permalink
ZonedDateTime FFI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jan 15, 2025
1 parent 846fcff commit 4fc8338
Show file tree
Hide file tree
Showing 118 changed files with 2,368 additions and 3,591 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ icu_benchmark_macros = { path = "tools/benchmark/macros" }

# The version here can either be a `version = ".."` spec or `git = "https://github.com/rust-diplomat/diplomat", rev = ".."`
# Diplomat must be published preceding a new ICU4X release but may use git versions in between
diplomat = { git = "https://github.com/rust-diplomat/diplomat", rev = "c94ac61c7fd41cc0db045c22b23f2b27052aaa67", default-features = false }
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "c94ac61c7fd41cc0db045c22b23f2b27052aaa67", default-features = false }
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", rev = "c94ac61c7fd41cc0db045c22b23f2b27052aaa67", default-features = false }
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", rev = "c94ac61c7fd41cc0db045c22b23f2b27052aaa67", default-features = false }
diplomat = { git = "https://github.com/rust-diplomat/diplomat", rev = "22aa0436637544f78f8ce0f3e6300aec8dd40a0e", default-features = false }
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "22aa0436637544f78f8ce0f3e6300aec8dd40a0e", default-features = false }
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", rev = "22aa0436637544f78f8ce0f3e6300aec8dd40a0e", default-features = false }
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", rev = "22aa0436637544f78f8ce0f3e6300aec8dd40a0e", default-features = false }

# EXTERNAL DEPENDENCIES
#
Expand Down
7 changes: 3 additions & 4 deletions ffi/capi/bindings/c/DateFormatter.h

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

8 changes: 7 additions & 1 deletion ffi/capi/bindings/c/DateTime.d.h

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

67 changes: 1 addition & 66 deletions ffi/capi/bindings/c/DateTime.h

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

9 changes: 5 additions & 4 deletions ffi/capi/bindings/c/DateTimeFormatter.h

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

4 changes: 2 additions & 2 deletions ffi/capi/bindings/c/GregorianDateFormatter.h

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

5 changes: 3 additions & 2 deletions ffi/capi/bindings/c/GregorianDateTimeFormatter.h

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

7 changes: 4 additions & 3 deletions ffi/capi/bindings/c/GregorianZonedDateTimeFormatter.h

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

8 changes: 7 additions & 1 deletion ffi/capi/bindings/c/IsoDateTime.d.h

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

55 changes: 1 addition & 54 deletions ffi/capi/bindings/c/IsoDateTime.h

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

19 changes: 19 additions & 0 deletions ffi/capi/bindings/c/IxdtfParser.d.h

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

Loading

0 comments on commit 4fc8338

Please sign in to comment.