| .gitignore |
|
20 |
| Cargo.toml |
|
380 |
| 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/. */
/* urlpattern is implemented in third_party Rust code.
* Since the library doesn't expose itself with extern "C" FFI calls,
* we make our own wrapper to be able to call from C++. This file contains the
* C declarations of these files.
* WARNING: DO NOT CALL ANY OF THESE FUNCTIONS. USE |URLPatternGlue| INSTEAD! */
|
1320 |
| moz.build |
|
596 |
| src |
|
|
| URLPatternGlue.cpp |
|
8452 |
| URLPatternGlue.h |
|
2826 |