24 releases

0.5.4 Sep 10, 2023
0.5.3 Mar 29, 2023
0.5.1 Jan 4, 2023
0.5.0 Dec 20, 2022
0.3.0 Oct 26, 2022

#2 in #udf

Download history 22/week @ 2023-07-19 55/week @ 2023-07-26 8/week @ 2023-08-02 76/week @ 2023-08-09 78/week @ 2023-08-16 57/week @ 2023-08-23 78/week @ 2023-08-30 408/week @ 2023-09-06 134/week @ 2023-09-13 86/week @ 2023-09-20 64/week @ 2023-09-27 146/week @ 2023-10-04 34/week @ 2023-10-11 30/week @ 2023-10-18 46/week @ 2023-10-25 92/week @ 2023-11-01

209 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