lens-core 1.0.0

High-performance code search engine with LSP integration and benchmarking
Documentation
1
2
3
4
5
6
7
fn test_function() {
    println!("Hello search!");
}

struct TestStruct {
    field: i32,
}