bufferino 0.0.1

Rusty wrapper around gbm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bufferino"
version = "0.0.1"
edition = "2024"
license = "Apache-2.0"
authors = ["Matilde Morrone <contact@morrone.dev>"]
description = "Rusty wrapper around gbm"
readme = "README.md"
documentation = "https://docs.rs/bufferino"
repository = "https://github.com/verdiwm/bufferino"
include = ["src/**/*.rs", "build.rs", "README.md", "LICENSE"]

[dependencies]

[build-dependencies]
pkg-config = "0.3.31"