mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-18 07:29:54 +00:00
chore: don't benchmark binary crate; centralize assembly helpers
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ia24cb1647df93034937a8fcd6cad895c6a6a6964
This commit is contained in:
parent
1408ca9f38
commit
1c781aff56
7 changed files with 203 additions and 103 deletions
|
|
@ -13,12 +13,14 @@ use std::{
|
|||
pub use microfetch_asm as syscall;
|
||||
pub use microfetch_asm::{
|
||||
StatfsBuf,
|
||||
SysInfo,
|
||||
UtsNameBuf,
|
||||
read_file_fast,
|
||||
sys_close,
|
||||
sys_open,
|
||||
sys_read,
|
||||
sys_statfs,
|
||||
sys_sysinfo,
|
||||
sys_uname,
|
||||
sys_write,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue