summaryrefslogtreecommitdiff
path: root/serde_v8/magic/mod.rs
diff options
context:
space:
mode:
authorHeyang Zhou <zhy20000919@hotmail.com>2023-03-22 12:13:24 +0800
committerGitHub <noreply@github.com>2023-03-22 12:13:24 +0800
commit92ebf4afe5d55135b3ba39616bcb77106c07c597 (patch)
treef79fe65811c7449f5b50c093852eceaad228d39f /serde_v8/magic/mod.rs
parent8bcffff9dc517aa93dea2816b2a854f65d24eccc (diff)
feat(ext/kv): key-value store (#18232)
This commit adds unstable "Deno.openKv()" API that allows to open a key-value database at a specified path. --------- Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'serde_v8/magic/mod.rs')
-rw-r--r--serde_v8/magic/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/serde_v8/magic/mod.rs b/serde_v8/magic/mod.rs
index 9e5064867..3e984527d 100644
--- a/serde_v8/magic/mod.rs
+++ b/serde_v8/magic/mod.rs
@@ -1,4 +1,5 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+pub mod any_value;
pub mod bigint;
pub mod buffer;
pub mod bytestring;