Skip to content

Commit d67e2f7

Browse files
feat(module): Add net module in libccxr_export
1 parent 107bc93 commit d67e2f7

File tree

1 file changed

+1
-0
lines changed
  • src/rust/src/libccxr_exports

1 file changed

+1
-0
lines changed

src/rust/src/libccxr_exports/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Provides C-FFI functions that are direct equivalent of functions available in C.
22
3+
pub mod net;
34
pub mod time;
45

56
use crate::ccx_s_options;

0 commit comments

Comments
 (0)