aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(crate): bump versionv0.4.0Fuwn2024-03-241-1/+1
* docs(readme): update feature descriptionsFuwn2024-03-241-10/+10
* refactor: module for blocking, default to non-blockingFuwn2024-03-248-65/+95
* feat(crate): bump versionv0.3.11Fuwn2024-03-241-3/+3
* fix(ast): parse level 1 headings with emojisFuwn2024-03-241-10/+9
* fix(meta): use generic lifetime for initialiserFuwn2024-03-241-1/+1
* chore(rustfmt): remove old rulesFuwn2024-03-241-2/+0
* fix(ast): non-latin characters interpreted as whitespacev0.3.10Fuwn2023-06-202-4/+8
* fmt: update rustfmt.tomlFuwn2023-05-1817-209/+111
* fix: improve macro hygieneFuwn2023-04-212-13/+13
* docs(cargo): bump self from 0.3.8 to 0.3.9v0.3.9Fuwn2023-04-171-1/+1
* build(rustc): pull back to stableFuwn2023-04-172-2/+2
* docs(request): fix async request exampleFuwn2023-04-171-4/+9
* refactor: remove seldom used procedural macrosFuwn2023-04-1737-182/+41
* chore(README): Update examples directory pathFuwn2023-04-161-2/+1
* feat(germ): bump from 0.3.7 to 0.3.8v0.3.8Fuwn2023-04-161-1/+1
* feat(sync): asynchronous requestFuwn2023-04-167-3/+117
* refactor: optimise return typesFuwn2023-04-162-3/+5
* refactor: optimise more argumentsFuwn2023-04-162-3/+7
* refactor(quick): optimise argumentsFuwn2023-04-161-10/+20
* feat(ast): clean up from_*s for astFuwn2023-04-162-3/+29
* deps(anyhow): bump from 1.0.57 to 1.0.70Fuwn2023-04-161-1/+1
* deps(rustls): bump from 0.20.5 to 0.21.0Fuwn2023-04-161-1/+1
* deps(url): bump from 2.2.2 to 2.3.1Fuwn2023-04-161-1/+1
* fix(request): gemtext line endingsFuwn2023-04-161-1/+1
* refactor: various clippy lintsFuwn2023-04-1510-43/+38
* deps(rustc): pinFuwn2023-04-151-1/+1
* chore(git): don't remove example artifactsFuwn2023-04-151-4/+0
* chore(git): ignore vscode filesFuwn2023-04-151-3/+6
* fix(ast): potentially fix bad unwrapv0.3.7Fuwn2022-07-242-2/+7
* feat(germ): derive Clone for public structuresv0.3.6Fuwn2022-07-248-5/+17
* fix(germ): bump version past revertv0.3.5Fuwn2022-07-181-1/+1
* feat(germ): bump versionFuwn2022-07-181-1/+1
* fix(container.rs): preformatted block escaping newlineFuwn2022-07-182-1/+36
* fix(crate): crate locations for readmeFuwn2022-06-2832-5/+4
* fix(crate): crate locations for readmev0.3.3Fuwn2022-06-2832-6/+6
* fix(germ): don't default macrosv0.3.2Fuwn2022-06-281-3/+3
* feat(germ): quick gemtext functionsv0.3.1Fuwn2022-06-175-4/+146
* fix(check): use nightly toolchainFuwn2022-06-141-1/+1
* fix(readme): add macros featureFuwn2022-06-142-2/+1
* fix(germ): readme location0.3.0Fuwn2022-06-141-1/+1
* fix(germ): specify impl versionFuwn2022-06-141-1/+1
* fix(crates): readme locationFuwn2022-06-142-2/+2
* docs(germ): bump version 0.2.8 -> 0.3.0Fuwn2022-06-141-2/+2
* fix(impl): cargo docsFuwn2022-06-141-3/+3
* feat(convert): convert utility macrosFuwn2022-06-145-7/+112
* feat(macros): general utility macrosFuwn2022-06-1431-186/+431
* fix(ast): list ast construction0.2.8Fuwn2022-06-142-2/+6
* docs(cargo): bump version 0.2.6 -> 0.2.70.2.7Fuwn2022-06-101-1/+1
* fix(meta): sort parameters in to_stringFuwn2022-06-101-0/+1