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

Rust bindings to ICU (International Components for Unicode)

Notifications You must be signed in to change notification settings

servo/rust-icu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Rust bindings to ICU (International Components for Unicode)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published