removed public visibility of some library internals

This commit is contained in:
2023-12-18 12:42:48 +08:00
parent 9291180936
commit 575281869b
5 changed files with 24 additions and 65 deletions

View File

@@ -1,11 +1,8 @@
extern crate levtree;
use levtree::CaseSensitiveKeyChecker;
use levtree::CaseSensitiveLevTrie;
use levtree::DamerauLevenshteinDistanceCalculator;
use levtree::LevTrie;
use levtree::Trie;
use std::io::BufRead;
use std::io::BufReader;