14 releases

Uses old Rust 2015

0.4.0 Nov 14, 2017
0.3.0 Jan 11, 2017
0.2.1 Oct 30, 2016
0.2.0 Jul 23, 2016
0.0.1 Dec 3, 2014

#510 in HTTP server

Download history 1169/week @ 2024-06-16 1124/week @ 2024-06-23 427/week @ 2024-06-30 556/week @ 2024-07-07 1027/week @ 2024-07-14 877/week @ 2024-07-21 915/week @ 2024-07-28 897/week @ 2024-08-04 1439/week @ 2024-08-11 946/week @ 2024-08-18 1062/week @ 2024-08-25 1087/week @ 2024-09-01 855/week @ 2024-09-08 895/week @ 2024-09-15 1137/week @ 2024-09-22 898/week @ 2024-09-29

3,902 downloads per month
Used in 51 crates (17 directly)

MIT license

12KB
161 lines

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 = "x.y.z"  # Insert current version here

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.

Dependencies

~4.5MB
~102K SLoC