| Crates.io | netgauze-flow-pkt |
| lib.rs | netgauze-flow-pkt |
| version | 0.7.0 |
| created_at | 2023-03-05 11:44:06.092568+00 |
| updated_at | 2025-07-15 10:21:05.830184+00 |
| description | Netflow(v9)/IPFIX(v10) Protocol representation and serde |
| homepage | https://github.com/NetGauze/NetGauze |
| repository | https://github.com/NetGauze/NetGauze |
| max_upload_size | |
| id | 801256 |
| size | 958,466 |
netgauze-ipfix-code-generator
When the IANA registry introduces changes, such as a new data type, generation may fail.
If your project depends on this crate and requires stable generation, you can enable the
backwards-compatibility-snapshot feature in your Cargo.toml file. This feature uses a snapshot of registry
files taken at the time of the crate's release, ensuring reliable generation even if the registry is updated.IPFIX ipfix.rs
cargo run --example ipfix
Netflow V9 netflow.rs
cargo run --example netflow