Cargo Features

[dependencies]
rulox = { version = "0.9.0", default-features = false, features = ["sync", "async", "serialise"] }
default = async, sync

These default features are set whenever rulox is added without default-features = false somewhere in the dependency tree.

sync default async

Enables sync of rulox_types

async default = sync

Enables async of rulox_types

serialise

Enables serialise of rulox_types

rulox has 4 features without comments.