diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-03-09 19:42:12 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-03-09 19:42:12 +0800 |
| commit | f7e36925c566cd8336e71eb507c8a766240f03a0 (patch) | |
| tree | ba92f1d6a69a738e00a1d77b5f19cbbe7c57deab /src/lib.rs | |
| parent | 2827668ab5f38c05f95a0060988313c449436267 (diff) | |
Add C FFI bindings for library usage
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,3 +6,9 @@ pub mod storage { pub use crate::chunker::rw::storage::build::*; pub use crate::chunker::rw::storage::write::*; } + +pub mod ctx { + #[cfg(feature = "ffi")] + pub use crate::chunker::context::ffi::*; + pub use crate::chunker::context::*; +} |
