Browse Source

Mark the crate as no_std

pull/4/head
AzureMarker 3 years ago
parent
commit
9069f56e05
No known key found for this signature in database
GPG Key ID: 47A133F3BF9D03D3
  1. 2
      src/lib.rs

2
src/lib.rs

@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
#![no_std]
extern crate libc;
#[no_mangle]

Loading…
Cancel
Save