Cargo Features

mileage has no features set by default.

[dependencies]
mileage = { version = "0.1.1", features = ["set", "trie", "map", "owned-set", "new-trie", "par-iter", "alloc", "std"] }
set

Affects mileage::set

trie

Affects mileage::trie

map

Affects mileage::map

owned-set = alloc
new-trie = bitvec, indexmap, itertools, proc-macro2, quote, std

Affects trie::generate

par-iter = alloc, rayon
alloc owned-set? par-iter? std?

These features are implementation details

std new-trie? = alloc

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.

bitvec new-trie?
indexmap new-trie?
itertools new-trie?

Enables itertools ^0.11.0

proc-macro2 new-trie?
quote new-trie?
rayon par-iter?