Skip to content

Commit aa9023c

Browse files
Merge branch 'feature/user-guide-initial' of https://github.com/rticommunity/rticonnextdds-connector-rust into feature/user-guide-initial
2 parents 4f2072a + 2185a22 commit aa9023c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/lib.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ pub use result::{ConnectorError, ConnectorFallible, ConnectorResult};
2424

2525
mod connector;
2626
mod ffi;
27+
mod input;
28+
mod output;
29+
mod result;
30+
2731
#[cfg(doc)]
2832
pub mod guide {
2933
#![doc = include_str!(concat!(
@@ -96,6 +100,4 @@ pub mod guide {
96100
))]
97101
}
98102
}
99-
mod input;
100-
mod output;
101-
mod result;
103+

0 commit comments

Comments
 (0)