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 0dae8a4 commit 8347e5aCopy full SHA for 8347e5a
src/extra.rs
@@ -0,0 +1,3 @@
1
+//! extra stuff
2
+
3
+pub const NOPTS_VALUE: i64 = -9223372036854775808;
src/lib.rs
@@ -1,3 +1,4 @@
#![allow(unused)]
pub mod sys;
-pub mod api;
+pub mod api;
4
+pub mod extra;
src/main.rs
@@ -1,6 +1,7 @@
pub mod api;
5
6
fn main() {
7
0 commit comments