rune-node2vec 0.1.0

Node2Vec — graph node embeddings via biased random walks and skip-gram
Documentation
[package]
name = "rune-node2vec"
version = "0.1.0"
edition = "2024"
description = "Node2Vec — graph node embeddings via biased random walks and skip-gram"
license = "MIT"
keywords = ["node2vec", "graph", "embedding", "random-walk", "machine-learning"]
categories = ["algorithms", "science", "command-line-utilities"]
repository = "https://github.com/alexile/runes"
readme = "README.md"

[[bin]]
name = "rune-node2vec"
path = "src/main.rs"

[lib]
name = "rune_node2vec"
path = "src/lib.rs"

[dependencies]
clap = { version = "4", features = ["derive"] }