Cargo Features

RainDB has no features set by default.

[dependencies]
raindb = { version = "1.0.0", features = ["strict", "large_tests"] }
strict

Enables strict mode i.e. tries to adhere to LevelDB binary format more and removes easter eggs.
Strict mode is not backwards compatible with an existing database that had strict mode off.

large_tests