Docs.rs
kord-0.7.1
kord 0.7.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
twitchax
Dependencies
anyhow ^1.0.66
normal
async-trait ^0.1.64
normal
bincode ^2.0.0-rc.2
normal
burn ^0.11.1
normal
burn-autodiff ^0.11.1
normal
burn-ndarray ^0.11.1
normal
burn-tch ^0.11.1
normal
burn-wgpu ^0.11.1
normal
byteorder ^1.4.3
normal
clap ^4.0.29
normal
console_error_panic_hook ^0.1.7
normal
cpal ^0.15.0
normal
futures ^0.3.25
normal
futures-timer ^3.0.2
normal
gloo-timers ^0.2.6
normal
js-sys ^0.3.61
normal
once_cell ^1.16.0
normal
parse_duration0 ^3.0.0
normal
paste ^1.0.9
normal
pest ^2.5.1
normal
pest_derive ^2.5.1
normal
plotters ^0.3.5
normal
proc-macro2 ^1.0.60
normal
rand ^0.8.4
normal
rayon ^1.7.0
normal
rodio ^0.17.1
normal
rustfft ^6.1.0
normal
serde ^1.0.152
normal
symphonia ^0.5.2
normal
wasm-bindgen ^0.2.84
normal
wasm-bindgen-futures ^0.4.34
normal
wee_alloc ^0.4.5
normal
pretty_assertions ^1.3.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
klib
0.7.1
Module parser
Structs
Enums
Functions
In klib::core
?
Module
klib
::
core
::
parser
source
·
[
−
]
Expand description
A module for working with the parser for chord symbols.
Structs
ChordParser
A parser for chord symbols.
Enums
Rule
Functions
note_str_to_note
Parses a
Note
str
into a
Note
.
octave_str_to_octave
Parses an
Octave
str
into an
Octave
.