Cargo Features

mavlink_log has no features set by default.

[dependencies]
mavlink_log = { version = "0.1.0", features = ["parser", "all", "logger", "mavlog", "tlog"] }
parser all?

TODO: there is more configurability available for mavlink but we only include scope that has been tested

Enables mavlink

Affects mavlink_log::mav_parser, mavlog::parser, tlog::parser

all = logger, mavlog, parser, tlog
logger all? = rotating_file_handler

Enables mavlink

Affects mavlink_log::mav_logger, mavlog::logger, tlog::logger

mavlog all?

Enables uuid

Affects mavlink_log::mavlog

tlog all?

Affects mavlink_log::tlog

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

uuid mavlog?
rotating_file_handler logger?