message_filter

Crates.iomessage_filter
lib.rsmessage_filter
version0.6.0
sourcesrc
created_at2015-04-09 13:02:33.498496
updated_at2016-05-20 11:53:33.544579
descriptionA size or time based message filter that takes any generic type as a key and will drop keys after a time period, or once a maximum number of messages is reached (LRU Cache pattern).
homepagehttp://maidsafe.net
repositoryhttps://github.com/maidsafe/message_filter
max_upload_size
id1818
size90,750
David Irvine (dirvine)

documentation

http://maidsafe.net/message_filter/latest

README

message_filter

Primary Maintainer: Fraser Hutchison (fraser.hutchison@maidsafe.net)

Crate Linux/OS X Windows Coverage Issues
Build Status Build status Coverage Status Stories in Ready
API Documentation - master branch SAFE Network System Documentation MaidSafe website SAFE Network Forum

Overview

A size or time based message filter that takes any generic type as a key and will drop keys after a time period, or once a maximum number of messages is reached (LRU Cache pattern). The filter currently only allows adding messages; a delete function will be provided at a later stage. This library can be used by network based systems to filter previously seen messages.

Commit count: 177

cargo fmt