| Cargo.toml |
|
263 |
| cbindgen.toml |
/* 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/. */
#ifndef mozilla_dom_RustTypes_h
#error "Don't include this file directly, include mozilla/dom/RustTypes.h instead"
#endif
|
925 |
| lib.rs |
DOM types to be shared between Rust and C++. |
8939 |