quiche icon indicating copy to clipboard operation
quiche copied to clipboard

Documentation for the C Wrapper

Open marcfielding1 opened this issue 3 years ago • 1 comments

Heya,

Is there a guide or documentation around the methods used in the C wrapper please, sorry If I've missed them?

Thanks

Marc

marcfielding1 avatar Nov 24 '21 21:11 marcfielding1

There's not really much in the way of C API documentation unfortunately. The C API is pretty close to the rust API, which is documented at https://docs.quic.tech/quiche/#structs

quiche_config_* -> https://docs.quic.tech/quiche/struct.Config.html quiche_conn_* -> https://docs.quic.tech/quiche/struct.Connection.html etc.

LPardue avatar Dec 10 '21 01:12 LPardue

Closing since the immediate question was answered. While it might be nice to improve the C docs, the Rust docs are a lot more ergonomic to maintain and read, and port over ok.

LPardue avatar Aug 24 '23 01:08 LPardue