📄️ Introduction
---
📄️ Module Types
Phlow provides two types of modules: main and step.
📄️ Creating Your Own Module - Complete Guide
Phlow modules are written in Rust and compiled as shared libraries (cdylib). This comprehensive guide will walk you through creating three types of modules:
📄️ Creating Phlow Modules (.phlow)
New Feature: Phlow now supports creating modules using pure Phlow syntax. These modules are defined as .phlow files and provide a simple way to create reusable logic without requiring Rust knowledge or compilation.