wkrs 0.0.1

wasm worker works
Documentation
1
2
3
4
5
6
7
// Copyright 2022 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

use std::collections::HashMap;

/// A cache system based on snapshots.
pub type Cache = HashMap<String, String>;