Commit graph

28 commits

Author SHA1 Message Date
PoiScript
73c6e9de8f feat(parser): update list parsing 2019-10-30 11:40:53 +08:00
PoiScript
b15900b100 chore: remove orgize-sync package 2019-10-10 10:44:59 +08:00
PoiScript
77eca42760 chore: setup Cargo workspace 2019-09-13 21:21:21 +08:00
PoiScript
f2d0a1dd2d feat(elements): into_owned function 2019-08-10 20:27:17 +08:00
PoiScript
a1af0663b5 feat(elements): wrap up every &str with Cow 2019-08-06 21:13:16 +08:00
PoiScript
e3c7e9897c chore: rename feature serde to ser 2019-08-06 14:33:31 +08:00
PoiScript
472676d6d7 refactor(elements): cleanup and minor improvements 2019-08-05 22:23:32 +08:00
PoiScript
3e82172dfe refactor(org): store content in separate Vec 2019-07-28 11:44:14 +08:00
PoiScript
50f6b9f52a refactor: rewrite some parsers with nom 2019-07-01 02:11:21 +08:00
PoiScript
b847eb9285 fix(elements): don't export element parse function 2019-06-28 16:40:45 +08:00
PoiScript
bd1fc756bd refactor(serde): use serde derive macro 2019-06-27 16:59:59 +08:00
PoiScript
33f78ee207 feat: Iter struct 2019-06-27 02:57:23 +08:00
PoiScript
f786233852 feat: indextree-based org parser 2019-06-27 02:57:23 +08:00
PoiScript
c4041aefb6 feat(parser): improve list parsing 2019-05-17 21:34:46 +08:00
PoiScript
5b7ecf16c9 refactor(parser): list parsing 2019-04-08 19:35:06 +08:00
PoiScript
6fa43f7571 feat(parser): drawer parsing 2019-04-07 20:10:43 +08:00
PoiScript
8bb7ae41d3 refactor: cleanup parser 2019-04-05 23:50:13 +08:00
PoiScript
1c3300ca61 feat: use bytecount for bytes counting 2019-02-13 15:59:18 +08:00
PoiScript
c5b14256f0 refactor: cleanup parse function 2019-02-08 21:42:44 +08:00
PoiScript
c1154a1853 chore: update to rust 2018 2019-02-07 23:38:17 +08:00
PoiScript
0b355b498c refactor: cleanup utils macros 2019-02-07 15:54:16 +08:00
PoiScript
d20d4c2880 refactor: simplify list parsing 2019-02-02 23:42:31 +08:00
PoiScript
da04d3d25d perf: replace all str.find(..)s with memchr(..)
which is much faster, theoretically.
2019-01-22 11:08:20 +08:00
PoiScript
918b14de52 docs: update STATUS.md 2019-01-21 22:51:40 +08:00
PoiScript
64535641c1 fix(elements): returning the correct offset 2019-01-21 22:40:08 +08:00
PoiScript
ed762a8dd4 feat: lines macros 2019-01-20 19:04:12 +08:00
PoiScript
cc3d915877 fix(list): fix parse_item 2019-01-20 01:52:50 +08:00
PoiScript
ad9f29bcb9 feat: list parsing 2019-01-17 12:08:40 +08:00