mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
6d4a005e41
This patch adds a `remote` backend for `ext/kv`. This supports connection to Deno Deploy and potentially other services compatible with the KV Connect protocol.
7 lines
222 B
Rust
7 lines
222 B
Rust
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
|
|
|
// Generated code, disable lints
|
|
#[allow(clippy::all, non_snake_case)]
|
|
pub mod datapath {
|
|
include!(concat!(env!("OUT_DIR"), "/datapath.rs"));
|
|
}
|