message_filter 0.1.1

A message filter that can be controlled by limiting capacity or time to live
Documentation

message_filter

A size based or time based message filter. Takes any generic type as key and will drop keys after a time period or size of container is reached (Lru Cache pattern). The filter has Add key method only. Delete will be added at a later stage. This is a handy container for network based systems to filter previously seen messages.

Crate Travis Appveyor Coverage
Build Status Build status Coverage Status

| Documentation | MaidSafe System Documention | MaidSafe web site | Safe Community site |

#Todo

  • Implement add_key (bool return, true added, false == already exists)
  • Test add_key (time and size based tests)
  • API version 0.1.0