summaryrefslogtreecommitdiffstats
path: root/servo/components/style/gecko_bindings/sugar/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'servo/components/style/gecko_bindings/sugar/mod.rs')
-rw-r--r--servo/components/style/gecko_bindings/sugar/mod.rs13
1 files changed, 13 insertions, 0 deletions
diff --git a/servo/components/style/gecko_bindings/sugar/mod.rs b/servo/components/style/gecko_bindings/sugar/mod.rs
new file mode 100644
index 0000000000..00faf63ba6
--- /dev/null
+++ b/servo/components/style/gecko_bindings/sugar/mod.rs
@@ -0,0 +1,13 @@
+/* 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/. */
+
+//! Rust sugar and convenience methods for Gecko types.
+
+mod ns_com_ptr;
+mod ns_compatibility;
+mod ns_style_auto_array;
+mod ns_t_array;
+pub mod origin_flags;
+pub mod ownership;
+pub mod refptr;