# Axel A rust web framework intended to be the [Laravel](https://laravel.com/) for rust. Extends upon the extremely fast [Actix (https://actix.rs/)](https://actix.rs/). ## Goal The goal of Axel is to be like Laravel but for Rust to provide a large set of pre-made tooling and functionality that can be easily implemented into your web application to speed up and simply the process of creating backends ## Planned Features - Hashing - Encryption - Authentication - Authorization - Caching - File storage & Managing - Localization - Easy Mailing - Notifications - Queues - Rate Limiting - Task Scheduling - Controllers - Easy Middleware - Sessions - Logging - Database (Seeding, Helpers, etc) - Payment implementations (Paypal, Stripe)