aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* refactor: module for blocking, default to non-blockingFuwn2024-03-243-45/+72
* fix(ast): parse level 1 headings with emojisFuwn2024-03-241-10/+9
* fix(meta): use generic lifetime for initialiserFuwn2024-03-241-1/+1
* fix(ast): non-latin characters interpreted as whitespacev0.3.10Fuwn2023-06-201-3/+7
* fmt: update rustfmt.tomlFuwn2023-05-1811-137/+74
* fix: improve macro hygieneFuwn2023-04-212-13/+13
* docs(request): fix async request exampleFuwn2023-04-171-4/+9
* refactor: remove seldom used procedural macrosFuwn2023-04-1716-0/+1524
* feat(macros): general utility macrosFuwn2022-06-1410-1165/+0
* fix(ast): list ast construction0.2.8Fuwn2022-06-141-1/+5
* fix(meta): sort parameters in to_stringFuwn2022-06-101-0/+1
* docs(meta): document Meta methodsFuwn2022-06-101-0/+72
* feat(meta): mutable access to meta for constructionFuwn2022-06-101-1/+10
* feat(meta): impl ToString for MetaFuwn2022-06-101-0/+19
* feat(ast): Ast::to_gemtextFuwn2022-06-022-1/+59
* fix(markdown): no double newline on whitespaceFuwn2022-06-021-1/+1
* docs(ast): add comment to ast structFuwn2022-06-021-2/+9
* feat(germ): ast structFuwn2022-06-025-167/+187
* feat(status): impl display for statusFuwn2022-06-011-0/+8
* docs(lib.rs): add top-level readmeFuwn2022-06-011-0/+1
* feat(respones): add gettersFuwn2022-05-181-5/+20
* feat(meta): add gettersFuwn2022-05-182-5/+14
* ci(tests): add convert tests0.2.1Fuwn2022-05-181-9/+9
* ci(tests): add ast testsFuwn2022-05-181-1/+1
* fix: global clippy lint fixesFuwn2022-05-189-38/+41
* feat(meta): meta-related utilitiesFuwn2022-05-172-0/+55
* feat(request): make gemini requestsFuwn2022-05-175-0/+272
* fix(markdown): proper whitespace placementFuwn2022-05-121-2/+2
* fix(ast): take rest of iterator as text for linkFuwn2022-05-121-1/+9
* feat(0.1.0): initial release0.1.0Fuwn2022-05-125-0/+604