skanda_engine 0.1.0

A zero-dependency, ultra-high-performance retrieval engine designed for the next generation of RAG.
Documentation
1
2
3
pub fn find_substring(haystack: &str, needle: &str) -> Option<usize> {
    haystack.find(needle)
}