summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/c/examples/fixeddecimal_tiny/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'intl/icu_capi/c/examples/fixeddecimal_tiny/README.md')
-rw-r--r--intl/icu_capi/c/examples/fixeddecimal_tiny/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/intl/icu_capi/c/examples/fixeddecimal_tiny/README.md b/intl/icu_capi/c/examples/fixeddecimal_tiny/README.md
new file mode 100644
index 0000000000..0aba7c3419
--- /dev/null
+++ b/intl/icu_capi/c/examples/fixeddecimal_tiny/README.md
@@ -0,0 +1,8 @@
+# Tiny FixedDecimal FFI Demo
+
+This example contains tooling to build a size-optimized binary using FixedDecimal and FixedDecimalFormatter in C over FFI.
+
+Prerequisites: `clang` and `lld` 14. `apt-get install clang lld` *might* work, but if you run into errors, refer to the following thread for tips:
+
+https://github.com/rust-lang/rust/issues/60059
+