Valentin NOËL

Results 4 issues of Valentin NOËL

Hello! I'm trying to integrate mockito in some unit tests for the [rs_amqp_worker](https://github.com/media-cloud-ai/rs_amqp_worker) project (see the related [PR](https://github.com/media-cloud-ai/rs_amqp_worker/pull/9)), and I cannot get through the code coverage computed with [tarpaulin](https://github.com/xd009642/tarpaulin). My...

The FFmpeg builds for Windows URLs are no more available: * http://ffmpeg.zeranoe.com/builds/win32/dev/ffmpeg-2.4.5-win32-dev.7z * http://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-2.4.5-win32-shared.7z Solutions: * find a new online repository with 2.4.5 version of FFmpeg built for Windows 32bits...

bug
question
build

Hi! I'm trying to use following helper functions to retrieve enum values from strings, but they return the enum discriminants instead: ```rust pub fn av_color_range_from_name(name: *const libc::c_char) -> libc::c_int; //...

Hi ! First, thanks for your work on on this very useful crate! I have a lib that exposes `warp` routes, that I can use in several `warp`-based server projects,...