- Notifications
You must be signed in to change notification settings - Fork0
Templates for tabs in fun notation.
License
NotificationsYou must be signed in to change notification settings
notation-fun/tabs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a template for writing fun notation tabs.
Check themain repository for more information.
Just create new files in src folders, usesrc/test.rs as an example.
Add the new file intosrc/main.rs, then runcargo run
in the project root to generate tabs.
Notation viewer's desktop version support loading the tab source file (e.g. test.rs) directly, there is a hidden requirement for this to work, the last statement in the file has to be the function to return Tab, checksrc/test.rs
for an working example.
About
Templates for tabs in fun notation.