nanomsg.rs
nanomsg.rs copied to clipboard
Expose socket options with dedicated & typed functions
The users should be able to get or set a socket option without having to browse the option constant list and without being forced to do any unsafe pointer manipulation.
Agreed!
Work started.