/
cy6ergn0m
/
watchme
Обзор
Документация
Войти
/
cy6ergn0m
/
watchme
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
1
Аналитика
Безопасность
dev
src/lib.rs
22 строки
710 B
Sergey Mashkov
Add e2e integration tests and library crate structure
26 апр 2026, 05:03
Верифицирован
26 апр 2026, 05:03
1604b68
Код
Авторство
О чём код?
// // Copyright 2025 Mashkov Sergey // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // pub mod condition; pub mod execloop; pub mod glob; pub mod help; pub mod options; pub mod path_filter; pub mod watch;