Docs.rs
  • elf_utils-0.1.3
    • elf_utils 0.1.3
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • aprchen
    • Dependencies
      • async-trait ^0.1.81 normal
      • base64 ^0.22.1 normal
      • chrono ^0.4.38 normal
      • elf_rust ^0.1.3 normal
      • env_logger ^0.11.5 normal
      • hashicorp_vault ^2.1.0 normal
      • hmac ^0.13.0-pre.4 normal
      • log ^0.4.22 normal
      • reqwest ^0.12.5 normal
      • serde ^1.0.204 normal
      • serde_derive ^1.0.204 normal
      • serde_json ^1.0.120 normal
      • sha2 ^0.11.0-pre.4 normal
      • tokio ^1.39.2 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

elf_utils0.1.3

  • All Items
  • Modules
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases
  • Attribute Macros

Crate elf_utils

source ·

Re-exports§

  • pub use wrap::*;

Modules§

  • args
  • cloud_providers
  • executor
  • wrap

Structs§

  • App
  • Args
  • Context
  • Executor
  • HttpReporter
  • MyScript
    定义一个脚本结构体
  • Params
  • Task
  • WebHookInput
  • WebHookOutput

Enums§

  • Runtime

Constants§

  • KEY_RUNTIME

Traits§

  • IntoScriptConfigs
  • Reporter
  • Script
    定义 Script trait

Functions§

  • create_fc_route
  • handle_lambda_event
  • init
  • json_format
  • parse_params
  • parse_params_from_str
  • report_card
  • send
  • send_card
  • send_text

Type Aliases§

  • BoxedScript
    BoxedScript 是一个包含 Script 的 Arc 指针
  • ScriptFn

Attribute Macros§

  • cte_task