25 releases

new 0.5.5 May 7, 2024
0.5.4 Sep 10, 2023
0.5.3 Mar 29, 2023
0.5.1 Jan 4, 2023
0.3.0 Oct 26, 2022

#1885 in Rust patterns

Download history 48/week @ 2024-01-15 72/week @ 2024-01-22 61/week @ 2024-01-29 75/week @ 2024-02-05 53/week @ 2024-02-12 35/week @ 2024-02-19 100/week @ 2024-02-26 58/week @ 2024-03-04 46/week @ 2024-03-11 51/week @ 2024-03-18 68/week @ 2024-03-25 68/week @ 2024-04-01 62/week @ 2024-04-08 302/week @ 2024-04-15 113/week @ 2024-04-22 36/week @ 2024-04-29

514 downloads per month
Used in 2 crates (via udf)

Apache-2.0 OR GPL-2.0-or-later

21KB
430 lines

udf-sys; bindings for udf_registration_types.c

This crate provides rust bindings for udf_registration_types.c. Its main purpose is for use by the udf crate.


lib.rs:

Bindings to C for SQL UDF-related types

Types in this module were autogenerated. Documentation mostly comes from the C header file, but some clarifications were added. Some mut -> const changes were done as makes sense.

To regenerate this file, run:

bindgen udf_registration_types.c \
    --default-enum-style=rust_non_exhaustive \
    --no-derive-copy

You're off the edge of the map, mate. Here there be monsters!

No runtime deps