tauri-codegen 2.5.5

code generation meant to be consumed inside of `tauri` through `tauri-build` or `tauri-macros`
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2019-2024 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

//! Manual vendored dependencies - NOT STABLE.
//!
//! This module and all submodules are not considered part of the public
//! api. They can and will change at any time for any reason in any
//! version.

pub mod blake3_reference;