axel 0.1.0

The Laravel of rust web frameworks & tooling
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 960.94 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jacobtread

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)