Cargo Features

ressa_r has no features set by default.

[dependencies]
ressa_r = { version = "0.8.4", features = ["debug_look_ahead", "moz_central"] }
debug_look_ahead

This feature populates a field on the Parser _look_ahead that will contain a debug format string of the look_ahead token. Very helpful when debugging this crate with gdb/lldb as sometimes the property shape of the Token isn't formatted well

moz_central

This feature disables the moz_central tests by default as they tend to run long on most development machines and require a larger minimum stack size to pass