persistent 0.1.0

A set of middleware for sharing server-global data in Iron.
docs.rs failed to build persistent-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: persistent-0.4.0

persistent Build Status

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 = "0.0.6"

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

Documentation

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

Examples

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.