knurling-rs / flip-link

Adds zero-cost stack overflow protection to your embedded programs
Apache License 2.0
270 stars 6 forks source link

Consider using cargo-dist #82

Closed jonathanpallant closed 6 months ago

jonathanpallant commented 11 months ago

https://github.com/axodotdev/cargo-dist will automate the process of making binaries and putting them in the release area. We could use this for flip-link, and then people can cargo binstall flip-link and same themselves a compilation.

Urhengulas commented 11 months ago

Related to #47