code-ranker-plugin-api 2.0.0

Code Ranker plugin contract: the generic entity/relation model + the LanguagePlugin trait. Zero dependency on other code-ranker crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "code-ranker-plugin-api"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Code Ranker plugin contract: the generic entity/relation model + the LanguagePlugin trait. Zero dependency on other code-ranker crates."

# IMPORTANT: this crate is the FOUNDATION. It must NOT depend on any other
# code-ranker crate, and it re-exports nothing — everyone else depends on it.
[dependencies]
anyhow = { workspace = true }
chrono = { workspace = true }
serde = { workspace = true }