mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 22:45:03 -05:00
![Heyang Zhou](/assets/img/avatar_default.png)
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"));
|
|
}
|