latest

Crates.iolatest
lib.rslatest
version0.1.1
created_at2015-04-12 04:21:17.221702+00
updated_at2015-12-30 09:28:01.318847+00
descriptionA channel-esque type that only stores the last value that was sent.
homepagehttps://github.com/mitchmindtree/latest
repositoryhttps://github.com/mitchmindtree/latest.git
max_upload_size
id1845
size12,822
(mitchmindtree)

documentation

README

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.

Commit count: 0

cargo fmt