| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump all crate versions to 0.0.1 | Nick Mathewson | 2021-10-29 | 1 | -8/+8 |
| | | |||||
| * | tor-proto: implement tokio Async{Read, Write} traits conditionally | eta | 2021-10-19 | 1 | -0/+4 |
| | | | | | | | | | | futures::io::AsyncRead (and Write) isn't the same thing as tokio::io::AsyncRead, which is a somewhat annoying misfeature of the Rust async ecosystem (!). To mitigate this somewhat for people trying to use the `DataStream` struct with tokio, implement the tokio versions of the above traits using `tokio-util`'s compat layer, if a crate feature (`tokio`) is enabled. | ||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+49 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
