Lyndon Brown
Lyndon Brown
Avoids integer expansion, bit shifting, and bit ORing operations. Instead simply reads into an aligned buffer, transmutes, then swaps bytes as necessary. My original attempted solution was much neater, using...
The changelog in the readme has two entries marked as v0.3.
I'm aware that with the latest automated monthly CI run the instance using the nightly compiler is now failing, as I can reproduce locally with the nightly compiler. The following...
please don't request breaking them into separate pull requests, that would be horrendous :) I have no yet found time to review with respect to https://github.com/dguo/strsim-rs/pull/30
I'm finding the documentation (man page) for `libssh2_userauth_publickey_fromfile()` confusing. Firstly, it has parameters for both a public key file and a private key file. Why? My experience with SSH involves...
This is probably an issue best suited for rustc itself rather than this crate, but I wanted to start here in case there's anything to be done for your crate...
Hi, I'm exploring switching my `libpulse_sys` crate and its companions over to `system-deps` from `pkg-config`. Converting to v1.3 it seems to work, but upgrading to v2.0 I'm getting an error:...
The empty line after the initial comment within the struct definition here is there deliberately to separate it from the comments associated with the first attribute. rustfmt should not remove...