Cargo Features

Parsenic has no features set by default.

[dependencies]
parsenic = { version = "0.2.0", features = ["unstable-io", "unstable-error"] }
unstable-io

Enable the io module, MSRV 1.84 for Pin::as_deref_mut()

Unstable API has no stability guarantees

Affects parsenic::io

unstable-error

Enable usage of the Error trait in core, MSRV 1.81

Unstable API has no stability guarantees