sqry-core 11.0.1

Core library for sqry - semantic code search engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cache;
pub mod config;
pub mod error;
pub mod manager;
pub mod watcher;

pub use cache::CachedIndex;
pub use config::SessionConfig;
pub use error::{SessionError, SessionResult};
pub use manager::{SessionManager, SessionStats};
pub use watcher::FileWatcher;