We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa27c24 commit cab1099Copy full SHA for cab1099
src/lib.rs
@@ -46,5 +46,11 @@ pub use table_collection::TableCollection;
46
/// the error message is stored for diplay.
47
pub type TskReturnValue = Result<i32, TskitRustError>;
48
49
+/// Get the tskit_rust version number.
50
+pub fn version() -> &'static str {
51
+ return env!("CARGO_PKG_VERSION");
52
+}
53
+
54
// Testing modules
55
mod test_tsk_variables;
56
0 commit comments