fvecs_readers 0.1.0

Quick and dirty .fvecs file reader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[dev-dependencies]

[lib]
edition = "2021"
name = "fvecs_readers"
path = "src/lib.rs"

[package]
authors = ["Nawat Ngerncham <n.ngerncham@gmail.com>"]
description = "Quick and dirty .fvecs file reader"
edition = "2021"
license = "MIT"
name = "fvecs_readers"
readme = "README.md"
repository = "https://github.com/nngerncham/fvecs_readers"
version = "0.1.0"