message_filter 0.1.0

This is Pre alpha, and not useful, no code worth looking at.
docs.rs failed to build message_filter-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: message_filter-0.6.0

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.

Travis build and test status

Build Status

Appveyor build and test status (Windows)

Build status

Code Coverage

Coverage Status

Documentation

#Todo

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