libdatriev0.2.14
- Updated
Implementation of double-array structure for representing trie
- Project website: https://linux.thai.net/pub/ThaiLinux/software/libthai
#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#Supported Platforms
All platforms supported.
#Features
No default features.
#tool
Build the trietool application
Platforms: !uwp
- ✅linux
- ✅osx
- ✅windows
- ❌
uwp
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through vcpkg-cmake-get-vars)
vcpkg-cmake-get-vars (through libiconv)
Platforms:
android- vcpkg-make (through libiconv)
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Mikhail Paulyshka
pravic
Stefano Sinigardi
Billy O'Neal
Kai Pastor
SunBlack