Cargo Features

Rome has no features set by default.

[dependencies]
rome = { version = "0.1.3", features = ["unstable", "clippy"] }
unstable

Unstable parts of this crate are hidden behind this feature.
There are no API guarantees for the functionality exposed by this feature.

Features from optional dependencies

clippy implicit feature

Enables clippy

clippy:

A bunch of helpful lints to avoid common pitfalls in Rust