c_source_parser_ffi 2025.1.6

Scan C/C++ source tree to get #include dependency and symbols
Documentation
1
2
3
4
5
6
7
8
9
#ifndef RS_CONTAINER_FFI_C_STR_API
#define RS_CONTAINER_FFI_C_STR_API

// bindings of rs_container_ffi/c_str.rs

// rust CString
extern void rust_c_str_drop(char *s);

#endif // RS_CONTAINER_FFI_C_STR_API