split works

This commit is contained in:
2024-06-01 12:05:24 +02:00
parent 24924ecdf2
commit fa13f3b367
5 changed files with 35 additions and 8 deletions

View File

@ -5,9 +5,6 @@ extern crate alloc;
#[cfg(any(feature = "std", test))]
extern crate std;
pub mod config;
pub mod ffi;
use core::time::Duration;
use num_enum::{IntoPrimitive, TryFromPrimitive};