Stackforge is a high-performance, modular networking stack and automata framework written in Rust with efficient Python bindings. It combines the speed and safety of Rust with the ease of use of Python.
- High Performance: Core logic implemented in Rust for maximum speed.
- Modular Design: Built with composable layers for networking and automata.
- Pythonic API: Seamless integration with the Python ecosystem.
You can install stackforge via uv:
uv add stackforgeimport stackforge
# Example usage
print("Stackforge is ready!")See CONTRIBUTING.md to set up your development environment.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.