playa-ffmpeg 8.0.3

Safe FFmpeg wrapper with vcpkg integration for simplified cross-platform builds (FFmpeg 8.0, Rust 2024)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rustfmt configuration for rust-ffmpeg
# Keep code readable without excessive line breaks
# Only using stable features to work with stable Rust toolchain on CI

# Maximum line width (stable)
max_width = 250

# Function arguments - keep on one line (stable)
fn_params_layout = "Compressed"

# General formatting (stable)
use_small_heuristics = "Max"

# Misc (stable)
edition = "2024"