Arne Christian Beer
Arne Christian Beer
Hey @waltzofpearls, I'm currently using [`chrono-english`](https://github.com/stevedonovan/chrono-english), which is a library similar to `dateparser`. The `chrono-english` maintainer is pretty inactive though and I was about to rewrite his library, when I...
The idea is to add some configuration options to the struct attributes. This might look like this: ``` #[derive(InterStruct)] #[merge("crate::Target", strict)] pub struct Source { pub normal: String, pub optional:...
The idea is to add a `StructPartialEq` derive macro to implement `PartialEq` on two structs.
For more control about which fields should be used by InterStruct or in which way they should be used, field attributes will be added. The idea is to have serde-like...
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...
Add advisory for `chrono-english`, which fails to build with the newest chrono versions. https://github.com/stevedonovan/chrono-english/issues/29 The maintainer is unresponsive since three years, effectively making the repository unmaintained. https://github.com/stevedonovan/chrono-english/issues/22 I propose [`interim`](https://github.com/conradludgate/interim)...
The modern way to do struct AST parsing in proc macros is to use [darling](https://github.com/TedDriggs/darling). The code should be revisited, possibly refactured and changed to use darling wherever possible.
## Changes - Streamlines rocket-okapi-example: - Removes unused/unneeded dependencies - Properly utilizes modern workspace features - Formats and sorts `Cargo.toml`s
Hey @RomRider :) First of all, thanks a lot for this library! Apexcharts released a few new versions, which include some critical bugfixes and improvements for their multi-y-axis setups. https://github.com/apexcharts/apexcharts.js/releases...
This PR supersedes https://github.com/GREsau/okapi/pull/148 It does does a few things, each in a separate commit. - First up, most dependencies are now managed via the workspace.dependency feature. - The rocket...