digitalmars.D.announce - iz - it's so easy
iz is my user library. https://github.com/BBasile/iz http://code.dlang.org/packages/iz http://bbasile.github.io/iz/ Its particularities: - PropDescriptor: set, get something, runtime type. - PropertyPublisher: publish a collection of PropDescriptor - Serializer: read, write PropertyPublishers - Streams: Posix or win streams (file / memory) - memory: manual memory managment, via destruct & construct. And more.
Dec 21 2015
On Monday, 21 December 2015 at 18:42:52 UTC, Basile B. wrote:iz is my user library. https://github.com/BBasile/iz http://code.dlang.org/packages/iz http://bbasile.github.io/iz/ Its particularities: - PropDescriptor: set, get something, runtime type. - PropertyPublisher: publish a collection of PropDescriptor - Serializer: read, write PropertyPublishers - Streams: Posix or win streams (file / memory) - memory: manual memory managment, via destruct & construct. And more.The name comes from this: https://www.youtube.com/watch?v=xdYaK3d-BNs
Dec 21 2015