Registry / networking / soup3-sys

soup3-sys

JSON →
library0.9.0rscratesunverified

Low-level FFI bindings for the Soup 3 HTTP library (libsoup-3.0).

# Cargo.toml [dependencies] soup3-sys = "0.9.0"
INSTALL
IMPORT
SIG · SOUP3-SYS
S
soup3-sys
networkingrustv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SoupSession
use soup3_sys::SoupSession;

Create a Soup session using raw FFI

use soup3_sys::SoupSession; fn main() { unsafe { let session = SoupSession_new(); println!("Session created"); } }
Debug
Known issues
gotchaRequires libsoup-3.0 development headers installed
fix
Install libsoup-3.0-dev (Linux) or equivalent
affects: >=0.1.0
Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources
soup3-sys — cargo add soup3-sys · libregistry