an efficient binary archive format
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove c code

zach baf06525 d4829551

+2
+2
src/ffi.rs
··· 305 305 b.exists(name_str) 306 306 } 307 307 308 + /// Create a new Stream, while the stream is active (until bindle_stream_finish is called), the 309 + /// Bindle struct should not be accessed. 308 310 #[unsafe(no_mangle)] 309 311 pub unsafe extern "C" fn bindle_stream_new<'a>( 310 312 ctx: *mut Bindle,