alef 0.24.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub(super) static TEMPLATES: &[(&str, &str)] = &[
    (
        "swift_streaming_client_method.swift.jinja",
        include_str!("../templates/swift_streaming_client_method.swift.jinja"),
    ),
    (
        "swift_streaming_free_function.swift.jinja",
        include_str!("../templates/swift_streaming_free_function.swift.jinja"),
    ),
    (
        "swift_streaming_chunk_decode.swift.jinja",
        include_str!("../templates/swift_streaming_chunk_decode.swift.jinja"),
    ),
];