Skip to content

amazon-freertos/Hello_Rust_FFIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

'Hello, World' Rust FFI examples

These two projects demonstrate the basic idea behind Rust / C interoperability. The call_rust_from_c project demonstrates how to build a Rust function into a library which can be linked to in a C application. And the generate_freertos_rust_bindings demonstrates how to auto-generate Rust bindings for an existing C library, in this case the FreeRTOS kernel.

About

Simple 'hello world' projects for writing C/Rust foreign function interfaces, including minimal Rust FreeRTOS bindings.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages