Skip to content

Latest commit

 

History

History
 
 

Rust

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Rust language support for Azure Sphere

This project provides provides Rust support for Azure Sphere:

  • Rust-friendly wrappers for the Azure Sphere applibs APIs
  • Support for compiling, linking, and packaging an application written in Rust, for deployment to Azure Sphere
  • Support for side-loading and debugging an application written in Rust, on Azure Sphere
  • Sample applications written in Rust

Contents

File/folder Description
rust The applibs API wrappers and sample applications
cargo-azsphere An extension to cargo, for packaging, deploying, and debugging Azure Sphere applications
README.md This README file.
LICENSE.txt The license for the project.

How to use

See the quickstart.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

License

See LICENSE.txt