feat(napi): expose create_string_from_c_char for C ffi scenario
This commit is contained in:
parent
3be8136a7a
commit
d1bceccbe6
2 changed files with 21 additions and 15 deletions
build/src
|
@ -1,3 +1,4 @@
|
|||
#![allow(clippy::expect_fun_call)]
|
||||
use std::collections::hash_map::DefaultHasher;
|
||||
use std::env;
|
||||
use std::fs::{metadata, write};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue