Skip to content

Commit 3c0aa66

Browse files
IshanGrover2004steel-bucket
authored andcommitted
feat(module): Add net module in libccxr_export
1 parent a72a235 commit 3c0aa66

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,6 +1,7 @@
11
//! Provides C-FFI functions that are direct equivalent of functions available in C.
22
33
pub mod bitstream;
4+
pub mod net;
45
pub mod time;
56

67
use crate::ccx_options;

0 commit comments

Comments
 (0)