mod.rs 374 B

1234567891011
  1. // Copyright 2019-2024 Tauri Programme within The Commons Conservancy
  2. // SPDX-License-Identifier: Apache-2.0
  3. // SPDX-License-Identifier: MIT
  4. //! Manual vendored dependencies - NOT STABLE.
  5. //!
  6. //! This module and all submodules are not considered part of the public
  7. //! api. They can and will change at any time for any reason in any
  8. //! version.
  9. pub mod blake3_reference;