guitar

Crates.ioguitar
lib.rsguitar
version0.1.1
sourcesrc
created_at2023-03-06 23:15:01.436099
updated_at2023-03-06 23:18:30.388271
descriptionA toolkit for string-based instruments
homepagehttps://github.com/Fuwn/guitar
repositoryhttps://github.com/Fuwn/guitar
max_upload_size
id803077
size67,766
Fuwn (Fuwn)

documentation

https://docs.rs/guitar

README

guitar

A toolkit for string-based instruments

guitar includes a number of tools for working with string-based instruments with planned support for fret-less instruments.

At the moment, the library is in a very early stage of development and is subject to change; however, many of the core features such as Note, Fretboard, Pitch, and a number of conversion functions are stable.

Usage

Installing from crates.io

To install from crates.io you must have Rust installed.

# Cargo.toml

[dependencies]
guitar = "0.1.0"

License

This project is licensed with the GNU General Public License v3.0.

Commit count: 4

cargo fmt