Docs.rs
  • nucleusflow-0.0.1
    • nucleusflow 0.0.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • sebastienrousseau
    • Dependencies
      • anyhow ^1.0 normal
      • clap ^4.5 normal
      • env_logger ^0.11 normal
      • handlebars ^6.2 normal
      • html5ever ^0.29 normal
      • log ^0.4 normal
      • minify-html ^0.15.0 normal
      • parking_lot ^0.12 normal
      • pulldown-cmark ^0.12 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • serde_yml ^0.0.12 normal
      • staticdatagen ^0.0.1 normal
      • tempfile ^3.13 normal
      • thiserror ^2.0 normal
      • toml ^0.8 normal
      • assert_cmd ^2.0 dev
      • criterion ^0.5 dev
      • predicates ^3.1.2 dev
      • version_check ^0.9 build
    • Versions
    • 100% of the crate is documented
  • 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
logo

nucleusflow0.0.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • FileContentProcessor
  • HtmlOutputGenerator
  • HtmlTemplateRenderer
  • NucleusFlow
  • NucleusFlowConfig
  • core::config::Config
  • core::config::ConfigBuilder
  • core::config::ContentConfig
  • core::config::OutputConfig
  • core::config::TemplateConfig
  • core::traits::ProcessingOptions
  • generators::html::HtmlGenerator
  • generators::html::OutputConfig
  • processors::ContentMetadata
  • processors::ProcessorConfig
  • processors::markdown::ContentMetadata
  • processors::markdown::MarkdownProcessor
  • processors::markdown::ProcessorConfig
  • template::HandlebarsRenderer
  • template::ValidationError
  • template::helpers::UppercaseHelper

Enums

  • core::config::Profile
  • core::error::ProcessingError
  • process::ProcessError

Traits

  • ContentProcessor
  • TemplateRenderer
  • core::traits::Generator
  • core::traits::ProcessingContext
  • core::traits::Processor
  • core::traits::Shareable
  • core::traits::Transform
  • core::traits::Validator
  • template::TemplateHelper

Functions

  • cli::build
  • cli::execute
  • cli::print_banner
  • process::process_content
  • process::read_content
  • process::write_content

Type Aliases

  • core::error::Result

Constants

  • cli::DEFAULT_CONTENT_DIR
  • cli::DEFAULT_OUTPUT_DIR
  • cli::DEFAULT_PORT
  • cli::DEFAULT_TEMPLATE_DIR
  • cli::VERSION