Cargo Features

fieldx has no features set by default.

[dependencies]
fieldx = { version = "0.1.8", features = ["async", "diagnostics", "send_guard", "serde", "sync"] }
async

Enables async-trait, tokio, async of fieldx_derive

Affects fieldx::r#async

diagnostics

Enables diagnostics of fieldx_derive

send_guard

Enables send_guard of parking_lot

serde

Enables serde, serde of fieldx_derive and parking_lot

sync

Enables parking_lot, sync of fieldx_derive

Affects fieldx::sync