liteserver / binn

Binary Serialization
Apache License 2.0
440 stars 58 forks source link

Exception Handling #45

Open rapier1 opened 6 months ago

rapier1 commented 6 months ago

Hey there,

We use binn to help pass OOB performance statistics from the TCP_INFO struct in our implementation of ssh. It's proven to be very useful and we could have done it effectively without binn. Thank you for that. The only thing I was wondering if we could get some more API documentation (parameters, return values, error codes, etc) so we can have more robust exception handling in our code. I understand that documentation is a huge pain so if you don't have time I get it. I just wanted to pass along the request.

Again, thanks for writing this!

Chris