artiq/artiq/firmware/libeh/lib.rs

11 lines
168 B
Rust

#![feature(lang_items, panic_unwind, libc)]
#![no_std]
extern crate cslice;
extern crate unwind;
extern crate libc;
pub mod dwarf;
pub mod eh_rust;
pub mod eh_artiq;