Félix Lescaudey de Maneville
Félix Lescaudey de Maneville
currently argonautica is using `0.10` when the the latest version is `0.13`
The `failure` crate is deprecated so I'm implemeting `std::Error` for argonautica using `thiserror` crate. Related issue: https://github.com/bcmyers/argonautica/issues/15
Some depedencies are outdated, like `base64` wich is now at `0.13`. The issue is that to use `generate_random_base64_string_config` we need to use `base64`::`Config` object and not a `argonautica` one, forcing...
Hello, I'm the creator of the [aragog](https://gitlab.com/qonfucius/aragog) crate, an ODM/OGM for ArangoDB and I want to implement the `deadpool` pattern for my lib. What is the preferred way? - Add...
- Clippy fixes - Fixed the cargo config for wasm run - Updated .gitignore
TODO: - [x] Dual license - [ ] Fix every billboard orientations - [ ] Shield example - [ ] shooting gun example
Related PR: #81 When using either: - `reqwest_blocking_rustls` - `reqwest_async_rustls` the `arangors::Connection` type is missing.
@alice-i-cecile asked me to add Android and iOS basics to this project from my [cross-platform template](https://github.com/ManevilleF/bevy_xtemplate) Added: - `assets/res` classic mobile resource assets folder, with the icon - Basic Android...
- Clippy fixes - Strong Xml 0.6 - `Document` and `Body` now implement `Deref` and `DerefMut` to the content vector: This allows to call iterator methods on both `Document` and...