tree: b95d8385f68e2522a4b473d7cd1c3cdf8ce5f2be
  1. build/
  2. hello_world/
  3. icu4x/
  4. src/
  5. .gitignore
  6. BUILD.gn
  7. BUILDCONFIG.gn
  8. Cargo.toml
  9. gn.toml
  10. LICENSE
  11. README.md
examples/gn/README.md

icu_capi_gn crates.io

This directory contains ICU4X build rules for the GN meta-build system.

Operations on the files in this directory can be performed by running cargo make commands having the “gn” prefix from the top level, including:

  • cargo make gn-gen: uses Cargo GNaw to re-generate the GN build rules from Cargo build rules.
  • cargo make gn-build: Builds ICU4X using gn and ninja.
  • cargo make gn-run: Runs ICU4X from the binaries built with gn and ninja.

This actual Rust crate is only a placeholder for input to Cargo GNaw.

More Information

For more information on development, authorship, contributing etc. please visit ICU4X home page.