Module api

Module api 

Source
Expand description

用户接口层 - 对外提供的统一API接口

提供用户友好的API接口,隐藏内部实现复杂性,实现资源的自动化管理。

Re-exports§

pub use reader::PcapReader;
pub use writer::PcapWriter;

Modules§

reader
数据集读取器模块
writer
数据集写入器模块