634 B
634 B
Backend Development (Rust)
Core Principles
- Follow @rust-best-practices.mdc for detailed guidelines
- Database schema reference: @summarized_schema.txt
- The API routes prefixes are all listed in windmill-api/src/lib.rs
- This repository is the open source side of the project. The enterprise files (*_ee.rs) are in the
windmill-ee-privatefolder (a sibling directory). Those files are symlinked into their corresponding locations within each crate'ssrc/directory.
Adding New Features
- Update database schema with migration if necessary
- Update backend/windmill-api/openapi.yaml after modifying API endpoints