1//! Библиотека функциональных блоков plc 2 3pub mod drives; 4pub mod edge_detect; 5pub mod event_processing; 6pub mod state_machine; 7pub mod timer;