discorec 0.2.0

Recommendations for Rust using collaborative filtering
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[lib]
doctest = false

[package]
authors = ["Andrew Kane <andrew@ankane.org>"]
description = "Recommendations for Rust using collaborative filtering"
edition = "2021"
license = "MIT"
name = "discorec"
readme = "README.md"
repository = "https://github.com/ankane/disco-rust"
rust-version = "1.56.0"
version = "0.2.0"