Re: Contacting DlangScience maintainers

2021-04-01 Thread Chris Piker via Digitalmars-d-announce
On Wednesday, 31 March 2021 at 03:24:37 UTC, rikki cattermole wrote: On 31/03/2021 7:28 AM, Chris Piker wrote: Get something solid that people want to use, then it doesn't matter about how many people are available to maintain it. This is good advice. I'm probably too used to organizations

utile library on dub

2021-04-01 Thread Temtaime via Digitalmars-d-announce
Hello. I released my utile library with some helper functions. I'm most proud of its binary (de)serializer. You can look at the tests here: https://github.com/Temtaime/utile/blob/main/source/utile/binary/tests.d#L13 There's no much docs except unittests, but feel free to contribute / report