Skip to content

A template with some tools to quickly start creating your own rust Numworks app.

Notifications You must be signed in to change notification settings

fricht/numworks-rust-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numworks Rust Template

A template with some tools to start creating your own rust Numworks app.

How to use

Create a new repo using this template.

Method 1

More convenient but requires npm

You need to have npm install with the nwlink package.

Just run cargo run with your calculator connected and that's it !

Method 2

Doesn't require npm

Run cargo build, it will generate an app in ./target/thumbv7em-none-eabihf/debug/. Note that the generated file won't add any extension. You can manually add .nwa to make it prettier. Then you can install it on your calculator here.

Feel free to report issues or ask for new features.

Good luck !

About

A template with some tools to quickly start creating your own rust Numworks app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages