falcot/src/common/mod.rs
2025-09-12 00:40:20 +03:00

9 lines
318 B
Rust
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// common/mod.rs
//! Общие модули для Falcot
//!
//! Содержит общие структуры данных, ошибки и протоколы,
//! используемые во всех компонентах системы с wait-free архитектурой.
pub mod error;
pub mod protocol;