warned 0.1.1

struct Warned<T, W> { value: T, warnings: Vec<W> }, which represents a value with warnings.
Documentation