Cargo Features

VarLen has no features set by default.

[dependencies]
varlen = { version = "0.1.2", features = ["doc", "macro", "bumpalo"] }
doc

Render pretty SVG in documentation. Adds a lot of dependencies.

Enables enable of svgbobdoc

macro = varlen_macro

Enable procedural macro #[define_varlen]. Adds dependency on syn.

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.

varlen_macro macro?
bumpalo implicit feature

Enables bumpalo

bumpalo:

A fast bump allocation arena for Rust

svgbobdoc doc?