rhythm
v2.0.0
Published
Data Structures and Algorithms implemented in Reason
Readme
Rhythm
Data Structures and Algorithms implemented in Reason
Contributing
First install esy (use 0.4.3 or later for correct lock format)
npm install -g [email protected]Install (once, and when package.json changes)
esy installBuilding / Testing
esy build && esy testOr use watcher for development
esy watch