funcvec-core 0.1.0

Core extraction, embedding, scoring, and reporting logic for funcvec.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# funcvec-core

Core library for `funcvec`.

This crate contains Rust project discovery, rust-analyzer/LSP function
extraction, source normalization, embedding providers, duplicate scoring, and
report formatting. Most users should install the CLI crate instead:

```sh
cargo install funcvec
```

The core crate is published separately because the CLI crate depends on it.
When releasing, publish `funcvec-core` before `funcvec`.