undef1nd / sfv

Structured HTTP field values parsing and serialization. Implementation of RFC 8941 https://httpwg.org/specs/rfc8941.html
Apache License 2.0
25 stars 6 forks source link

Are there C bindings? #82

Closed LPardue closed 3 years ago

LPardue commented 4 years ago

I heard that this crate was used in Firefox and so I wondered if there are bindings to C or C++.

undef1nd commented 4 years ago

Unfortunately, no, there aren't. There are only XPIDL bindings in Firefox https://phabricator.services.mozilla.com/D81127 We'll be happy to accept a patch with C/C++ bindings as well :)