Docs.rs
  • lsys-lib-area-0.1.0
    • lsys-lib-area 0.1.0
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • shanliu
    • Dependencies
      • csv ~1.3.0 normal optional
      • flate2 ~1.0 normal
      • geo ~0.28 normal
      • log ~0.4.17 normal
      • memmap2 ~0.9 normal optional
      • mysql ~24.0.0 normal optional
      • parking_lot ~0.12.1 normal
      • rayon ~1.9 normal
      • rusqlite ~0.31.0 normal optional
      • sha2 ~0.10.8 normal
      • tantivy ~0.21.0 normal
      • unicode-segmentation ~1.11.0 normal
      • cbindgen ~0.26.0 build
      • cc ~1.0 build
      • flate2 ~1.0 build
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

lsys_lib_area0.1.0

AreaCodeProvider

Required Associated Types

  • CD
  • CT
  • TT

Implementors

In crate lsys_lib_area

?
Change settings

Trait lsys_lib_area::AreaCodeProvider

source ·
pub trait AreaCodeProvider {
    type CD: AreaCodeIndexData + Sync;
    type CT: AreaCodeIndexTree + Sync;
    type TT: AreaCodeTantivy + Sync;
}

Required Associated Types§

source

type CD: AreaCodeIndexData + Sync

source

type CT: AreaCodeIndexTree + Sync

source

type TT: AreaCodeTantivy + Sync

Implementors§

source§

impl AreaCodeProvider for DiskAreaCodeProvider

§

type CD = AreaCodeIndexDataDisk

§

type CT = AreaCodeIndexTreeDisk

§

type TT = AreaCodeTantivyDisk

source§

impl AreaCodeProvider for MemoryAreaCodeProvider

§

type CD = AreaCodeIndexDataHashMap

§

type CT = AreaCodeIndexTreeHashMap

§

type TT = AreaCodeTantivyMemory