Commit graph

15 commits

Author SHA1 Message Date
yamadapc be783f8fe1 Try cleaning-up the module with templates.
I'm not sure about this, but it saves a few lines and is still pretty
easy to understand, while having no runtime cost.
2014-07-12 19:49:05 -03:00
yamadapc fc2a2dd537 Fix the proposed helper functions.
I think this can be simplified with templates. I'm wondering if the
colorize function could be made compile-time when that's possible.
2014-07-12 19:32:59 -03:00
yamadapc 5f944fad66 Use const str parameters.
This is a more reasonable approach.
2014-07-12 19:32:26 -03:00
yamadapc 9f4fddd188 Add separate functions for each coloring type.
This is more than a draft; I'm just jotting down ideas to see how they
look on the screen.
2014-07-11 20:30:13 -03:00
yamadapc 3bf0b6844c Add unscientific string vs. enum benchmarks.
You should take this with a grain of salt.
2014-07-11 20:18:35 -03:00
yamadapc 38ee1195c9 Fix README fg listing.
Underscores in code snippets don't need to be escaped. My bad.
2014-07-10 03:06:51 -03:00
yamadapc 4a227f46c1 Add build status badge and bump version.
I'm doing this simply to have the cleaned-up in the registry.
2014-07-10 00:06:21 -03:00
yamadapc 077b217903 Add travis.yml.
Based on https://github.com/MartinNowak/bloom/blob/master/.travis.yml.
2014-07-10 00:03:36 -03:00
yamadapc 90864d2983 Fix the README example. 2014-07-09 23:42:46 -03:00
yamadapc 81e337c4c9 Add dub registry link to the README. 2014-07-09 23:38:24 -03:00
yamadapc bfe2817360 Make final fixes to the dub.json and the README.
This should enable us to publish the package to the dub registry.
2014-07-09 23:36:54 -03:00
yamadapc e3a7b70d29 Try to fix the README formatting in github.
It looked bad; this isn't final.
2014-07-09 23:30:09 -03:00
yamadapc 6a7a12ff9d Add version number to the dub.json
I'm not sure this is supported, but it should be.
2014-07-09 23:26:57 -03:00
yamadapc 321a3664ef Start adding proper documentation.
I still have to add travis-ci testing and publish this package to the
dub directory.
2014-07-09 23:24:24 -03:00
yamadapc 304f29787e Initial commit. 2014-07-09 13:50:01 -03:00