guitar 0.1.1

A toolkit for string-based instruments
Documentation
  • Coverage
  • 66.67%
    52 out of 78 items documented15 out of 56 items with examples
  • Size
  • Source code size: 67.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.87 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Fuwn

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.