Docs.rs
  • pax-compiler-0.13.17
    • pax-compiler 0.13.17
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • zackbrown
    • samuelselleck
    • warfaj
    • Dependencies
      • actix-files ^0.6 normal
      • actix-rt ^2 normal
      • actix-web ^4 normal
      • cargo_metadata ^0.18.1 normal
      • color-eyre ^0.6.2 normal
      • colored ^2.0.0 normal
      • console_error_panic_hook ^0.1.6 normal optional
      • env_logger ^0.9 normal
      • flate2 ^1.0 normal
      • fs_extra ^1.3.0 normal
      • futures ^0.3.28 normal
      • include_dir ^0.7.3 normal
      • itertools ^0.10.5 normal
      • kurbo ^0.9.0 normal
      • lazy_static ^1.4.0 normal
      • libc ^0.2 normal
      • log ^0.4 normal
      • nix ^0.20.2 normal
      • pax-manifest ^0.13.17 normal
      • pax-message ^0.13.17 normal
      • pax-runtime ^0.13.17 normal
      • pax-runtime-api ^0.13.17 normal
      • pest ^2.6.0 normal
      • pest_derive ^2.6.0 normal
      • portpicker ^0.1.1 normal
      • proc-macro2 ^1.0 normal
      • rand ^0.8.4 normal
      • regex ^1 normal
      • reqwest ^0.11.18 normal
      • rust-format ^0.3.4 normal
      • serde ^1.0.159 normal optional
      • serde_derive ^1.0.159 normal
      • serde_json ^1.0.95 normal optional
      • serde_with ^3.6.1 normal
      • syn ^1.0 normal
      • tar ^0.4 normal
      • tera ^1 normal
      • tokio ^1 normal
      • toml_edit ^0.14.4 normal
      • uuid ^0.8 normal
      • walkdir ^2.3.2 normal
      • wasm-bindgen ^0.2.30 normal
    • Versions
    • 12.39% 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.13.17

Module helpers

  • Structs
  • Constants
  • Statics
  • Functions

In crate pax_compiler

?
Settings

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
  • PAX_CREATE_LIBDEV_TEMPLATE_DIR_NAME
  • PKG_DIR_NAME
  • PUBLIC_DIR_NAME

Statics§

  • PAX_CREATE_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
  • remove_path_from_pax_dependencies
  • replace_by_line_column
  • set_path_on_pax_dependencies
  • update_pax_dependency_versions
  • wait_with_output