#iron-web #iron #persistence #global

persistent

A set of middleware for sharing server-global data in Iron

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

#860 in HTTP server

Download history 1558/week @ 2025-09-16 1849/week @ 2025-09-23 1608/week @ 2025-09-30 1307/week @ 2025-10-07 2104/week @ 2025-10-14 1910/week @ 2025-10-21 1710/week @ 2025-10-28 1938/week @ 2025-11-04 1549/week @ 2025-11-11 1989/week @ 2025-11-18 1660/week @ 2025-11-25 1536/week @ 2025-12-02 1574/week @ 2025-12-09 1663/week @ 2025-12-16 1791/week @ 2025-12-23 1193/week @ 2025-12-30

6,530 downloads per month
Used in 50 crates (16 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

~5MB
~103K SLoC