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
10
11
12
13
14
15
16
17
18
//! Protocol Buffer definitions for Lens Search
//! 
//! This module contains the generated gRPC service definitions and message types
//! for the Lens Search API with anti-fraud attestation support.

// Include the generated protobuf code
pub mod lens {
    pub mod v1 {
        tonic::include_proto!("lens.v1");
    }
}

// Re-export common types for convenience
pub use lens::v1::*;

// File descriptor set for reflection (temporarily disabled)
// pub const FILE_DESCRIPTOR_SET: &[u8] = 
//     tonic::include_file_descriptor_set!("lens_search_descriptor");