libdvb 0.5.0

Interface for DVB-API v5 devices in Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Project style for all Rust code in the workspace. Both options are
# unstable, so the fmt gate runs on the nightly toolchain:
#   cargo +nightly fmt -p astra_rs -- --check
imports_layout = "Vertical"
spaces_around_ranges = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
newline_style = "Unix"
struct_lit_single_line = true
use_field_init_shorthand = true
comment_width = 100
wrap_comments = true
normalize_comments = true