Package zug: Information
Source package: zug
Version: 0.1.1-alt1
Build time: Nov 20, 2023, 10:51 AM
Category: System/Libraries
Report package bugHome page: https://sinusoid.es/zug/
License: BSL-1.0
Summary: Transducers for C++
Description:
zug is a C++ library providing transducers. Transducers are composable sequential transformations independent of the source. They can be used to express algorithms over pull-based sequences (iterators, files) but also push based sequences (signals, events, asynchronous streams) in a generic way.
Maintainer: Sergey V Turchin