latest 0.1.0

A channel-esque type that only stores the last value that was sent.
Documentation

latest Build Status

A module for a channel that acts exactly as std::sync::mpsc::channel does, but rather than storing messages in an underlyhing queue, it only stores the latest message.