A handful of minor fixes.
Features:
- Export comments for functions
- Store whether a function is async or not - 2408c61
Fixes:
- Fix sanitiser incorrectly double quoting - #56
- Fix reserved keyword sanitiser to loosen unnecessary restrictions - #51
- Fix incorrect handling of
#[serde(transparent)]