smgrep 0.5.1

Semantic code search tool with GPU acceleration - Rust port of osgrep
pub mod chunker;
pub mod cmd;
pub mod config;
pub mod embed;
pub mod error;
pub mod file;
pub mod format;
pub mod git;
pub mod grammar;
pub mod ipc;
pub mod meta;
pub mod search;
mod sstr;
pub mod store;
pub mod sync;
pub mod types;
pub mod usock;

pub use error::{Error, Result};
pub use sstr::Str;
pub use types::*;