mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-30 13:09:28 +00:00
8 lines
175 B
Rust
8 lines
175 B
Rust
|
|
mod api;
|
||
|
|
mod delivery;
|
||
|
|
|
||
|
|
#[cfg(feature = "headers")]
|
||
|
|
pub fn generate_headers(path: &str) -> std::io::Result<()> {
|
||
|
|
safer_ffi::headers::builder().to_file(path)?.generate()
|
||
|
|
}
|