forked from M-Labs/artiq
11 lines
168 B
Rust
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;
|