📄️ Introduction
Phlow has a powerful package management system that allows you to import and use third-party modules in your workflows. This makes it easier to reuse code and integrate with external libraries.
📄️ 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: