Cargo Features

rtlola-io-plugins has no features set by default.

[dependencies]
rtlola-io-plugins = { version = "0.2.0", features = ["pcap_plugin", "csv_plugin", "byte_plugin"] }
pcap_plugin = etherparse, ip_network, pcap

Affects rtlola-io-plugins::pcap_plugin

csv_plugin = csv

Affects rtlola-io-plugins::csv_plugin

byte_plugin = bincode, serde

Enables serde of rtlola-interpreter

Affects rtlola-io-plugins::byte_plugin

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.

csv csv_plugin?

Enables csv

Csv plugin dependencies
For CSV Parsing

pcap pcap_plugin?

Enables pcap ^0.11.0

Pcap plugin dependencies
pcap file parsing

etherparse pcap_plugin?

Enables etherparse ^0.12.0

Network Packet parser

ip_network pcap_plugin?

Enables ip_network

IP Address handling

serde byte_plugin?

Enables serde

Byte plugin dependencies

bincode byte_plugin?