Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/mls-rs/src/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 424 B image not shown  

Quelle  storage_provider.rs   Sprache: unbekannt

 
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// Copyright by contributors to this project.
// SPDX-License-Identifier: (Apache-2.0 OR MIT)

/// Storage providers that operate completely in memory.
pub mod in_memory;
pub(crate) mod key_package;

pub use key_package::*;

#[cfg(feature = "sqlite")]
#[cfg_attr(docsrs, doc(cfg(feature = "sqlite")))]
/// SQLite based storage providers.
pub mod sqlite;

[ Dauer der Verarbeitung: 0.33 Sekunden  (vorverarbeitet)  ]