Skip to content

Commit

Permalink
feat: re-export ort-sys as ort::sys
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Apr 24, 2024
1 parent e1c293e commit 4af33b1
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 @@ -37,6 +37,8 @@ use std::{
}
};

pub use ort_sys as sys;

#[cfg(feature = "load-dynamic")]
pub use self::environment::init_from;
pub use self::environment::{get_environment, init, Environment, EnvironmentBuilder, EnvironmentGlobalThreadPoolOptions};
Expand Down

0 comments on commit 4af33b1

Please sign in to comment.