Documentation pass

This commit is contained in:
Isaac Clayton 2022-06-13 16:50:09 +02:00
parent 4565f1a976
commit f61ef446d3
2 changed files with 40 additions and 90 deletions

View file

@ -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?