tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

cbindgen.toml (678B)


      1 header = """/* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */"""
      4 autogen_warning = """/* DO NOT MODIFY THIS MANUALLY! This file was generated using cbindgen. */"""
      5 include_guard = "mozilla_net_rustHelper_h"
      6 include_version = true
      7 braces = "SameLine"
      8 line_length = 100
      9 tab_width = 2
     10 language = "C++"
     11 namespaces = ["mozilla", "net"]
     12 includes = ["nsError.h", "nsString.h"]
     13 
     14 [export]
     15 item_types = ["globals", "enums", "structs", "unions", "typedefs", "opaque", "functions", "constants"]
     16 
     17 [export.rename]
     18 "ThinVec" = "nsTArray"