axel

Crates.ioaxel
lib.rsaxel
version0.1.0
sourcesrc
created_at2022-10-02 22:44:45.190224
updated_at2022-10-02 22:44:45.190224
descriptionThe Laravel of rust web frameworks & tooling
homepage
repository
max_upload_size
id678621
size2,917
Jacob (jacobtread)

documentation

README

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)
Commit count: 0

cargo fmt