1. Home
  2. Browse
  3. libdatrie

libdatrie

v0.2.14#0Latest

Implementation of double-array structure for representing trie

Install

Run the following Vcpkg command to install the port.

vcpkg install libdatrie

Usage

libdatrie can be used via CMake:

find_path(LIBDATRIE_INCLUDE_DIR datrie/trie.h)

find_library(LIBDATRIE_LIBRARY NAMES datrie)

target_include_directories(main PRIVATE "${LIBDATRIE_INCLUDE_DIR}")

target_link_libraries(main PRIVATE "${LIBDATRIE_LIBRARY}")

libdatrie provides pkg-config modules:

# Double-array trie library

datrie-0.2

Features

Dependencies

See source

Version

v0.2.14#0

Publication

Supports

All

GitHub

tlwg/libdatrie183

Homepage

linux.thai.net/pub/ThaiLinux/software/libthai

Subtree

4c1f5cffeb

License

LGPL-2.1-or-later

Definition

Manifest