Lucas Jansen
Lucas Jansen
Better C support as discussed in standardese/standardese#220. Added: * `restrict` & `_Atomic` qualifiers * `register` storage class * C's `_Thread_local` as an alias for C++'s `thread_local` * Support for parsing...
I understand this project is mainly focused on C++, but I'm trying to move a C project away from Doxygen and figured I'd give Standardese a try. My code makes...
Remove the check for collection type when determining whether to strip the title from the excerpt. Fixes #81 I'm not super familiar with Jekyll so not sure if this will...
### Describe the bug With `strip_title: true`, `post.excerpt` has the title removed as expected. For any other type of collection, for example `books`, `book.excerpt` will still contain the title. ###...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...
`proc-macro-error` appears to be abandoned, see [CreepySkeleton/proc-macro-error#35](https://gitlab.com/CreepySkeleton/proc-macro-error/-/merge_requests/35) and SergioBenitez/proc-macro2-diagnostics#7. This is triggering `clippy::multiple_crate_versions` in one of my crates as I still have an indirect dependency on `syn` v1.0 through `ouroboros`/`proc-macro-error`,...