Docs.rs
  • farmfe_core-0.7.0
    • farmfe_core 0.7.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • wre232114
    • Dependencies
      • blake2 ^0.10 normal
      • bytecheck ^0.7.0 normal
      • dashmap ^5.0 normal
      • downcast-rs ^1.2 normal
      • enhanced-magic-string ^0.0.15 normal
      • farmfe_macro_cache_item ^0.1.3 normal
      • farmfe_utils ^0.1.6 normal
      • globset ^0.4.14 normal
      • heck ^0.4.1 normal
      • hex ^0.4 normal
      • parking_lot ^0.12 normal
      • petgraph ^0.6 normal
      • ptr_meta ^0.1.4 normal
      • puffin ^0.18.0 normal optional
      • rayon ^1.5 normal
      • regex ^1.7.3 normal
      • relative-path ^1.7 normal
      • rkyv ^0.7.42 normal
      • rkyv_dyn ^0.7.42 normal
      • rkyv_typename ^0.7.42 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • swc_common ^0.34.4 normal
      • swc_css_ast ^0.141.0 normal
      • swc_css_prefixer ^0.155.0 normal
      • swc_ecma_ast ^0.115.1 normal
      • swc_ecma_parser ^0.146.12 normal
      • swc_html_ast ^0.34.0 normal
      • thiserror ^1.0 normal
      • wax ^0.6 normal
    • Versions
    • 36.16% 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

farmfe_core0.7.0

Module plugin

Module Items

  • Modules
  • Structs
  • Enums
  • Constants
  • Traits

In crate farmfe_core

farmfe_core

Module plugin

Source

Modules§

  • constants
  • plugin_driver

Structs§

  • ArchivedPluginAnalyzeDepsHookResultEntry
    An archived PluginAnalyzeDepsHookResultEntry
  • ArchivedPluginGenerateResourcesHookResult
    An archived PluginGenerateResourcesHookResult
  • EmptyPluginHookParam
  • EmptyPluginHookResult
  • PluginAnalyzeDepsHookParam
  • PluginAnalyzeDepsHookResultEntry
  • PluginAnalyzeDepsHookResultEntryResolver
    The resolver for an archived PluginAnalyzeDepsHookResultEntry
  • PluginDriverRenderResourcePotHookResult
  • PluginFinalizeModuleHookParam
  • PluginFinalizeResourcesHookParams
  • PluginGenerateResourcesHookResult
  • PluginGenerateResourcesHookResultResolver
    The resolver for an archived PluginGenerateResourcesHookResult
  • PluginHandleEntryResourceHookParams
  • PluginHookContext
    Plugin hook call context, designed for first type hook, used to provide info when call plugins from another plugin
  • PluginLoadHookParam
  • PluginLoadHookResult
  • PluginModuleGraphUpdatedHookParams
  • PluginParseHookParam
  • PluginProcessModuleHookParam
  • PluginRenderResourcePotHookParam
  • PluginRenderResourcePotHookResult
  • PluginResolveHookParam
    Parameter of the resolve hook
  • PluginResolveHookResult
  • PluginTransformHookParam
  • PluginTransformHookResult
  • PluginUpdateModulesHookParams
  • UpdateResult
    The output after the updating process
  • WatchDiffResult

Enums§

  • ArchivedResolveKind
    An archived ResolveKind
  • ResolveKind
  • ResolveKindResolver
    The resolver for an archived ResolveKind
  • UpdateType

Constants§

  • DEFAULT_PRIORITY

Traits§

  • Plugin