Cargo Features

[dependencies]
bog = { version = "0.1.0", default-features = false, features = ["all", "geo2d", "geo3d", "rect", "xy", "xyz"] }
default = rect

The rect feature is set by default whenever bog is added without default-features = false somewhere in the dependency tree.

all = rect, xy, xyz
geo2d = rect, xy
geo3d = rect, xy, xyz
rect default all? geo2d? geo3d? = xy

Affects bog::rect

xy all? geo2d? geo3d? rect

Affects bog::xy

xyz all? geo3d?

Affects bog::xyz