Log for src/error.rs
-
Use Error trait from core 💬 by Caio 2 years ago
This patch gets rid of the `anyhow` dependency in favor of `core::error::Error` and sets the MSRV to 1.81.0
-
Enable and fix multiple lint rules 💬 by Caio 2 years ago
might as well since the CI dragged me back here ruleset derived from EmbarkStudios/rust-ecosystem
-
gracefully recover from IncompleteProbeCycle by Caio 3 years ago
-
Add set_config for changing config during runtime 💬 by Caio 4 years ago
This patch introduces `Foca::set_config` which allows changing (some) configuration parameters while Foca is running and swimming.
-
Initial public commit 💬 by Caio 4 years ago
Probably good enough for a first experimental release