You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would definitely help if there was a little example program, in examples/, which can read one of the provided files and take some input for testing.
Then people can cargo test and have a look at target/examples/* for their pleasure and acquaintance with the library.
Something that taught me about the value of such things was the synth library.
Try cargo test && target/examples/test there and you will experience what I mean :).
The text was updated successfully, but these errors were encountered:
It would definitely help if there was a little example program, in
examples/
, which can read one of the provided files and take some input for testing.Then people can
cargo test
and have a look attarget/examples/*
for their pleasure and acquaintance with the library.Something that taught me about the value of such things was the synth library.
Try
cargo test && target/examples/test
there and you will experience what I mean :).The text was updated successfully, but these errors were encountered: