trisquel-icecat/icecat/intl/icu_capi/c/examples/fixeddecimal_tiny
2025-07-17 09:32:21 -06:00
..
.gitignore icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
Makefile icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
README.md icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
test.c icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00

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