| .gitignore |
|
20 |
| Cargo.toml |
|
2536 |
| 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 http://mozilla.org/MPL/2.0/. */
/* The MozURL type is implemented in Rust code, and uses extern "C" FFI calls to
* operate on the internal data structure. This file contains C declarations of
* these files.
* WARNING: DO NOT CALL ANY OF THESE FUNCTIONS. USE |MozURL| INSTEAD! */
|
1886 |
| moz.build |
|
553 |
| MozURL.cpp |
|
377 |
| MozURL.h |
use url |
9063 |
| src |
|
|