Results 9 issues of Tyler Hawkes

I just upgraded to v0.28 and all that `cargo tree` does now is panic. It doesn't matter if I run it with or without arguments. ```RUST_BACKTRACE=full cargo tree thread 'main'...

Of all the things that are recorded by built, Cargo.toml and git can change without triggering a rebuild the next time `cargo build` is run. If those options are enabled,...

This crate has come a long way since we last looked at an opencv wrapper! We've been using another rust port of opencv that we've forked at https://github.com/vivint-smarthome/rustcv/tree/dnn that also...

With the Futures and Async/Await features soon to be stabilized, is it possible to use this library asynchronously with Tokio? If so, could documentation and possibly a feature be added...

I'm trying to use ormx and I can't even get the example to run. If I use the schema ``` create table users ( id serial4 primary key, first_name varchar,...

I've been using getset on some configuration structs. I use it to derive almost all the getters, but I have some that are boolean and in the struct it makes...

proposal

I'd like to be able to use sentry with log4rs while still being able to change the log4rs config. Currently I'm using log4rs and I dynamically reload the config whenever...

enhancement
help wanted

Some of the public apis depend on a specific version of Hyper. I know that work is happening to fix that. I'm building a binary and just set all dependency...

As someone who isn't familiar with libjpeg, it would be nice to have some encoding examples as well as some better documentation on the related functions.