Hacky auto build for rust yunq.

This commit is contained in:
Drew Galbraith 2024-07-28 14:32:50 -07:00
parent 2cbf871d09
commit 370ba9ae40
3 changed files with 22 additions and 105 deletions

View file

@ -74,7 +74,6 @@ fn generate_interface(interface: &Interface) -> TokenStream {
pub fn generate_code(ast: &Vec<Decl>) -> String {
let prelude = quote! {
#![no_std]
extern crate alloc;