www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - iz - it's so easy

reply Basile B. <b2.temp gmx.com> writes:
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
parent Basile B. <b2.temp gmx.com> writes:
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