mod commands

module commands

C-compatible wrappers for RADSex commands.

Functions

unsafe extern C fn rsx_freq(table_path: *const c_char, output_path: *const c_char, min_depth: u32) -> rsx_status_t

Run the freq command.

Safety All string pointers must be valid null-terminated C strings.

unsafe extern C fn rsx_process(input_dir: *const c_char, output_path: *const c_char, n_threads: u32, min_depth: u32) -> rsx_status_t

Run the process command.

Safety All string pointers must be valid null-terminated C strings.