libtsdb 0.0.1

A library for building time series database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
# https://github.com/rust-lang/api-guidelines/issues/29 avoid -rs suffix
name = "libtsdb"
version = "0.0.1"
description = "A library for building time series database"
authors = ["at15 <at15@outlook.com>"]
license = "MIT"
repository = "https://github.com/libtsdb/libtsdb-rs"
edition = "2018"

include = [
  "Cargo.toml",
  "LICENSE",
  "src/**/*",
]

[dependencies]