unobtanium-graph-algorithms 0.1.0

Graph ranking algorithms for the unobtanium search engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "unobtanium-graph-algorithms"
version = "0.1.0"
edition = "2024"

license = "LGPL-3.0-only"
description = "Graph ranking algorithms for the unobtanium search engine"
repository = "https://codeberg.org/unobtanium/unobtanium-graph-algorithms"
documentation = "https://docs.rs/unobtanium-graph-algorithms"
keywords = ["graph", "textrank"]
categories = ["algorithms"]

[dependencies]
iddqd = "0.3"