Documentation pass
This commit is contained in:
parent
4565f1a976
commit
f61ef446d3
2 changed files with 40 additions and 90 deletions
|
@ -5,7 +5,7 @@ use std::fs;
|
|||
use std::path::PathBuf;
|
||||
|
||||
#[import]
|
||||
fn command(string: &str) -> Option<String>;
|
||||
fn command(string: &str) -> Option<Vec<u8>>;
|
||||
|
||||
// #[no_mangle]
|
||||
// // TODO: switch len from usize to u32?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue