
rust_icu: rust bindings for ICU (International Components for Unicode) library
rust_icu is a library of low-level native Rust language bindings for the International Components for Unicode (ICU) library for C. It aims to provide a functional wrapper for ICU in Rust, which can be used to advance the state of the art in Rust's ICU support. The repository is organized as a cargo workspace of Rust crates, with each crate corresponding to a specific header in the ICU4C library's C API.
rust_icu is a library of low-level Rust language bindings for the ICU library. It provides a functional wrapper for ICU in Rust, allowing for easier use of Unicode algorithms without taking on additional dependencies. The repository is organized as a cargo workspace with multiple crates, each corresponding to a specific header in the ICU4C library's C API. By using rust_icu, projects in the Rust ecosystem can advance the state of the art in ICU support and potentially transition to an all-Rust implementation in the future.
