WASM bindings for inputx-pinyin — Mandarin Pinyin IME engine, browser/Node ready. Powers the Inputx IME web surface.
WASM bindings for inputx-wubi — Wubi 86 encoder + dictionary, browser/Node ready. Powers the Inputx IME web surface.
Zig dictionary for cspell.
British English dictionary for cspell.
The Filesystem API provides a NodeJS-like API for working with files on the device.
The core css panda library
The Preferences API provides a simple key/value persistent store for lightweight data.
French dictionary for cspell.
An universal TypeScript library for parsing Apple's Property Lists. Supports binary, text and XML plists; works well in both browser and node.
German dictionary for cspell.
A fast PLIST parser
Spanish dictionary for cspell.
RFC8941 Structured Field Values implementation
TypeScript definitions for caseless
Fork of pretty-format with support for ESM
Russian dictionary for cspell.
novel-segment segment data
Format numbers for human consumption.
Brazilian Portuguese dictionary for cspell.
Redis dictionary for cspell.
Dictionaries included with the CSpell Command Line tool.
The App API handles high level App state and events.For example, this API emits events when the app enters and leaves the foreground, handles deeplinks, opens other apps, and manages persisted plugin state.
[](https://www.npmjs.com/package/@aws-sdk/util-format-url) [](https://www.npmjs.com/package/@aws-sd
Dutch dictionary for cspell.
IDFv1 binary dict format for IME engines — mmap zero-copy reader + deterministic writer. Probability-native (log_prior in Q4 fixed-point), versioned, sha256-verified. Shared format across pinyin / wubi / Japanese / Korean / Vietnamese / any code-to-word IME.
[DEPRECATED 1.4.1 → see inputx-pinyin-helpers in v1.6 backlog] Pinyin IDF + NGM data + lookup helpers (bigram_boost, estimated_freq_from_log_prior, pinyin_idf_reader). The -cement suffix is a v1.4 taxonomy mis-naming — this crate ships pure data + stateless helpers (no application glue), classifies as a stone. Migration: depend directly on what you need.
[DEPRECATED v2.0 → see inputx-wubi-data in v1.6 backlog] Wubi data + IDF reader + layer helpers. The stateful WubiEngine state machine was carved out of this crate in v1.5.2 — for engine code, copy from the Inputx monorepo's inputx-core/src/wubi/engine.rs (the cement-as-application-source taxonomy correction).