libdatrie v0.2.13
- Created
- Updated
Implementation of double-array structure for representing trie
# Usage
The package 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}")
The package libdatrie can be imported via CMake FindPkgConfig module:
find_package(PkgConfig)
pkg_check_modules(LIBDATRIE REQUIRED IMPORTED_TARGET datrie-0.2)
target_link_libraries(main PRIVATE PkgConfig::LIBDATRIE)
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# tool
Build the trietool application
Supports: !uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
Host Dependencies:
No dependencies.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Mikhail Paulyshka
- pravic
- Stefano Sinigardi
- Billy O'Neal
- Kai Pastor