Docs.rs
lens-core-1.0.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
lens-core 1.0.0
High-performance code search engine with LSP integration and benchmarking
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
__tests__
adversarial
api
baseline
benchmark
calibration
capacity
clients
config
core
daemon
deliverables
demo
gemma-migration
grpc
indexer
ingestors
lsp
mcp
optimizations
pipeline
raptor
replication
schemas
semantic
server
services
span_resolver
sprint2
storage
systems
telemetry
transparency
tripwires
types
validation
attestation.rs
cache.rs
cli.ts
config.rs
demo-script.ts.bak
example.ts
indexer.js
init-sample-data.ts
lang.rs
lib.rs
main.rs
metrics-aggregator.ts
metrics.rs
proto.rs
query.rs
search.rs
search_regression_test.rs
system-integration.ts
test_file_1.rs
test_file_2.rs
test_file_3.ts
1
2
3
4
5
6
7
fn
test_function
(
)
{
println!
(
"
Hello search!
"
)
;
}
struct
TestStruct
{
field
:
i32
,
}