Cargo Features

routecore has no features set by default.

[dependencies]
routecore = { version = "0.4.0", features = ["bgp", "bmp", "serde", "tokio", "arbitrary"] }
bgp bmp? = bytes, const-str, log, octseq

Affects routecore::bgp, routecore::flowspec

bmp = bgp, chrono

Affects routecore::bmp

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.

bytes bgp?
chrono bmp?
const-str bgp?
log bgp?
octseq bgp?

Enables octseq ^0.4.0

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

Affects aspath::SerializeForOperators, communities::SerializeForOperators

tokio implicit feature

Enables tokio

tokio:

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications

arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data