/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script/dom/geometry/mod.rs
12 строк
433 B
Tim van der Lippe
script: Move Geometry interfaces into `geometry/` (#45736)
16 июн 2026, 21:56
Не верифицирован
16 июн 2026, 21:56
c936150
Код
Авторство
О чём код?
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ pub(crate) mod dommatrix; pub(crate) mod dommatrixreadonly; pub(crate) mod dompoint; pub(crate) mod dompointreadonly; pub(crate) mod domquad; pub(crate) mod domrect; pub(crate) mod domrectlist; pub(crate) mod domrectreadonly;