lens-core 1.0.0

High-performance code search engine with LSP integration and benchmarking
Documentation
1
2
3
4
5
6
7
8
9
impl TestStruct {
    pub fn new() -> Self {
        Self { field: 42 }
    }
}

fn another_function() {
    let x = 10;
}