Adam Marcus
Adam Marcus
* After comparing `log`, `slog`, and `tracing`, it seems like `tracing` might have an interface as simple as `log` but be slightly more future-forward. * The `tracing_subscriber` json feature seems...
https://opensource.axo.dev/cargo-dist https://opensource.axo.dev/cargo-dist/book/quickstart/rust.html
If you misconfigure `ayb.toml`, the error is informative, but the information is hidden in a long string: ``` called `Result::unwrap()` on an `Err` value: Other { message: "Unable to deserialize...
https://keats.github.io/tera/docs/
* sqlite/rusqlite have support for determining if a prepared statement is [read-only](https://docs.rs/rusqlite/latest/rusqlite/struct.Statement.html#method.readonly). For insert/update/create statements, you don't want to support pagination (there's no results!), but if you determine a statement...
For things like ui_endpoints/entity_details.rs when entity isn't found.