zug: zug (Transducers for C++) zug: zug: zug is a C++ library providing 'transducers.' Transducers are zug: composable sequential transformations independent of the source. They zug: are extremely lightweight, and can be used to express algorithms over zug: pull-based sequences (iterators, files) but also push based sequences zug: (signals, events, asynchronous streams) in a generic way. zug: zug: Homepage: https://github.com/arximboldi/zug zug: zug: