#web-framework #tooling #laravel

axel

The Laravel of rust web frameworks & tooling

1 unstable release

0.1.0 Oct 2, 2022

#33 in #tooling

MIT license

2KB

Axel

A rust web framework intended to be the Laravel for rust. Extends upon the extremely fast Actix (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)

No runtime deps