1 unstable release
0.1.0 | Nov 4, 2024 |
---|
#371 in Database implementations
124 downloads per month
52KB
1K
SLoC
Waterark
Installation
-
Default
[dependencies] waterark = "0.2"
-
Using in async runtimes with std
-
tokio
[dependencies] waterark = { version = "0.2", default-features = false, features = ["tokio", "std"] }
-
smol
[dependencies] waterark = { version = "0.2", default-features = false, features = ["smol", "std"] }
-
async-std
#[dependencies] waterark = { version = "0.2", default-features = false, features = ["async-std", "std"] }
-
wasm
#[dependencies] waterark = { version = "0.2", default-features = false, features = ["wasm", "std"] }
-
-
Using in async runtimes without std
[dependencies] waterark = { version = "0.2", default-features = false, features = ["alloc", "future"] }
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~0.2–12MB
~149K SLoC