Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 756 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 756 Bytes

rust-icu

Documentation

Build Status

This package contains Rust bindings for ICU. The icu-sys crate contains raw FFI bindings. By default it will use pkg-config to search for the ICU libraries. If this fails or if the ICU_SYS_NO_PKG_CONFIG environment variable is present, then it will build ICU from source instead.

icu-sys = { git = "https://github.com/servo/rust-icu" }

The bindings currently cover only a subset of the libicu-uc library:

  • uchar.h
  • uscript.h

If you need bindings for features that are not yet included, please file an issue or submit a pull request!