FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

iron/persistent: Middleware for sharing data between requests · GitHub

Latest commit

 

History

157 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

persistent

Persistent storage as middleware for the Iron web framework.

  • Share persistent data across requests
  • Read or modify locally stored data

Use this if you are currently thinking about using std::sync::Arc to share state between request handlers.

Installation

If you're using a Cargo.toml to manage dependencies, just add persistent to the toml:

[dependencies]
persistent = "x.y.z"  # Insert current version here

Otherwise, cargo build, and the rlib will be in your target directory.

Along with the online documentation, you can build a local copy with make doc.

Get Help

One of us (@reem, @zzmp, @theptrk, @mcreinhard) is usually on #iron on the mozilla irc. Come say hi and ask any questions you might have. We are also usually on #rust and #rust-webdev.

About

Middleware for sharing data between requests

Resources

Stars

45 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL