Skip to Content

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
Dependencies:

No transitive dependencies.

Host Dependencies:

No dependencies.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Mikhail Paulyshka's avatar Mikhail Paulyshka
  • pravic's avatar pravic
  • Stefano Sinigardi's avatar Stefano Sinigardi
  • Billy O'Neal's avatar Billy O'Neal
  • Kai Pastor's avatar Kai Pastor

# Changelog

  • 9958c2c Fix usage of FindPkgConfig module (#23708)
  • cec1fbe [libdatrie] Update and fixes (#23681)
  • b295670 Bulk convert control files. (#19986)
  • 09a647a Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • 726c111 [vcpkg] fatal_error when patch fails to apply (#8087)
  • 18b029a [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
  • 3aa16ae [libdatrie] fix trietool for MSVC runtime
  • cd6fb55 [libdatrie] add version 0.2.10

# Source