Cargo Features

diplomat_core has no features set by default.

[dependencies]
diplomat_core = { version = "0.7.0", features = ["hir", "displaydoc"] }
hir

Enable the higher level IR

Affects diplomat_core::hir

Features from optional dependencies

displaydoc implicit feature

Enables displaydoc

displaydoc:

A derive macro for implementing the display Trait via a doc comment and string interpolation