Skip to content

Small example of using rust in no_std mode, while still using allocators and collections

License

Notifications You must be signed in to change notification settings

sagacity/rust-nostd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building this application in release mode (cargo build --release) will generate a tiny (5k) executable on Windows. It demonstrates using no_std mode while still using an allocator and a Vec.

About

Small example of using rust in no_std mode, while still using allocators and collections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages