Skip to content

Commit 0468fcc

Browse files
Masterchef365youknowone
authored andcommitted
Add no_std support
1 parent 915de3a commit 0468fcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#![no_std]
2+
extern crate alloc;
3+
14
mod bool_trie;
25
mod tables;
36

0 commit comments

Comments
 (0)