Skip to content

Commit

Permalink
Publicly export minimap_sys as ffi, so minimap2::ffi::mm_idx_t ... etc
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin committed Nov 25, 2024
1 parent d832250 commit 84bd02f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ use std::os::unix::ffi::OsStrExt;
use libc::c_void;
use minimap2_sys::*;

pub use minimap2_sys as ffi;

#[cfg(feature = "map-file")]
use needletail::parse_fastx_file;

Expand Down

0 comments on commit 84bd02f

Please sign in to comment.