toql_rocket 0.1.5

Rocket integration for toql
Documentation

Toql Rocket

Description

Use Toql with Rocket. This crate adds:

  • Toql URL query parameters
  • HTTP response for Toql errors
  • load_many() function that works with URL query parameters
  • Response headers with count information

Resources

There is a CRUD example and the API documentation.

Installation

Add this to your Cargo.toml:

[dependencies]
toql_rocket = { version = "0.1", features= ["mysql"] }

License

Toql Rocket is distributed under the terms of both the MIT license and the Apache License (Version 2.0).