📄️ 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
Phlow modules are written in Rust and compiled as shared libraries. Here’s a real example of a simple log module that prints messages at various log levels.