Cargo Features

smolheed has no features set by default.

[dependencies]
smolheed = { version = "0.1.0", features = ["sync-read-txn"] }
sync-read-txn

The NO_TLS flag is automatically set on Env opening and RoTxn implements the Sync trait. This allow the user to reference a read-only transaction from multiple threads at the same time.