Skip to content

Commit

Permalink
Fixed: Build in no_std environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Feb 11, 2024
1 parent e890e18 commit 26fa077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/encoder.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
extern crate alloc;
use alloc::{vec, vec::Vec};
use crate::{ffi, *};
use core::{
mem::{self, ManuallyDrop, MaybeUninit},
Expand Down

0 comments on commit 26fa077

Please sign in to comment.