Docs.rs
  • pax-compiler-0.36.0
    • pax-compiler 0.36.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • zackbrown
    • samuelselleck
    • warfaj
    • Dependencies
      • actix ^0.13.1 normal
      • actix-files ^0.6 normal
      • actix-http ^3.6 normal
      • actix-web ^4 normal
      • actix-web-actors ^4.3.0 normal
      • async-openai ^0.19.0 normal
      • cargo_metadata ^0.18.1 normal
      • color-eyre ^0.6.2 normal
      • colored ^2.0.0 normal
      • dotenv ^0.15.0 normal
      • env_logger ^0.9 normal
      • fs_extra ^1.3.0 normal
      • include_dir ^0.7.3 normal
      • itertools ^0.10.5 normal
      • lazy_static ^1.4.0 normal
      • libc ^0.2 normal
      • log ^0.4 normal
      • notify ^6.1.1 normal
      • pax-designtime ^0.36.0 normal
      • pax-generation ^0.36.0 normal
      • pax-lang ^0.36.0 normal
      • pax-manifest ^0.36.0 normal
      • pax-message ^0.36.0 normal
      • pax-runtime ^0.36.0 normal
      • pax-runtime-api ^0.36.0 normal
      • proc-macro2 ^1.0 normal
      • rand ^0.8.4 normal
      • regex ^1 normal
      • reqwest ^0.11.18 normal
      • rmp-serde ^1.1.2 normal
      • schemars ^0.8.16 normal
      • serde ^1.0.159 normal
      • serde_derive ^1.0.159 normal
      • serde_json ^1.0.95 normal optional
      • serde_with ^3.6.1 normal
      • similar ^2.2.1 normal
      • syn ^1.0 normal
      • tera ^1 normal
      • tokio ^1 normal
      • toml_edit ^0.14.4 normal
      • walkdir ^2.3.2 normal
      • wasm-bindgen ^0.2.92 normal
      • actix-test ^0.1.2 dev
      • awc ^3.3.0 dev
      • futures-util ^0.3.30 dev
      • serde_json ^1.0.95 dev
      • tempfile ^3.9.0 dev
    • Versions
    • 10.47% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

pax_compiler0.36.0

Module helpers

  • Structs
  • Constants
  • Statics
  • Functions

In crate pax_compiler

Module pax_compiler::helpers

source ·

Structs§

  • DIR_IGNORE_LIST_MACOS
  • DIR_IGNORE_LIST_WEB
  • InlinedTemplate
  • InlinedTemplateFinder
  • PAX_BADGE

Constants§

  • ALL_PKGS
  • ASSETS_DIR_NAME
  • BUILD_DIR_NAME
  • ERR_SPAWN
  • INTERFACE_DIR_NAME
  • PAX_CREATE_LIBDEV_TEMPLATE_DIR_NAME
  • PUBLIC_DIR_NAME

Statics§

  • PAX_CREATE_TEMPLATE
  • PAX_IOS_INTERFACE_TEMPLATE
  • PAX_MACOS_INTERFACE_TEMPLATE
  • PAX_SWIFT_CARTRIDGE_TEMPLATE
  • PAX_SWIFT_COMMON_TEMPLATE
  • PAX_WEB_INTERFACE_TEMPLATE

Functions§

  • clear_inlined_template
  • copy_dir_recursively
    Helper recursive fs copy method, like fs::copy, but suited for our purposes. Includes ability to ignore directories by name during recursion.
  • get_host_crate_info
  • get_or_create_pax_directory
  • get_substring_by_line_column
  • get_version_of_whitelisted_packages
  • replace_by_line_column
  • set_path_on_pax_dependencies
  • update_pax_dependency_versions
  • wait_with_output