You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sayan Nandan e918dabf26 Use generic Connection replacing SSL/TCP variants
We have introduced a trait `BufferedSocketStream` that is a 'dummy'
trait and is implemented for both `SslStream<TcpStream>` and
`TcpStream`. So, the generic `Connection` object accepts any type that
implements the `BufferedSocketStream` trait (and hence should also
implement `AsyncWrite`)
3 years ago
..
native Add native file locks for unix and windows systems 3 years ago
src Use generic Connection replacing SSL/TCP variants 3 years ago
Cargo.toml Add a generic implementation for a connection 3 years ago
build.rs Add native file locks for unix and windows systems 3 years ago