Skip to content

NucleusFlow 🦀 v0.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Nov 22:19
bdac495

Release v0.0.1 - 2024-11-07

NucleusFlow logo

NucleusFlow

A fast, flexible and secure static site generator written in Rust.

Made With Love Crates.io lib.rs Docs.rs Codecov Build Status GitHub

WebsiteDocumentationReport BugRequest FeatureContributing Guidelines

Overview

NucleusFlow is a powerful content processing library and static site generator that prioritises security, performance and flexibility. Built in Rust, it offers a comprehensive toolkit for managing content lifecycles, from processing raw content to generating optimised static websites.

Features

  • Secure Content Processing

    • Robust input validation and sanitisation
    • Path traversal protection
    • Memory-safe operations
    • Secure defaults for all operations
  • Flexible Content Pipeline

    • Markdown processing with frontmatter support
    • Template rendering with Handlebars
    • HTML generation with minification
    • Asset management and optimisation
  • Performance Optimised

    • Parallel processing capabilities
    • Efficient memory usage
    • Content caching
    • Minimal dependencies
  • Developer Experience

    • Intuitive CLI interface
    • Rich error messages
    • Extensive documentation
    • Type-safe configurations

Changelog 📚

  • fix(nucleusflow): 🐛 fix invalid keyword (keywords must have less than 20 characters)

What's Changed

New Contributors

Full Changelog: https://github.com/sebastienrousseau/nucleusflow/commits/v0.0.1