You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates
Dessalines 462c4a2954
Rewrite settings implementation. Fixes #1270 (#1433)
* A first attempt at using deser-hjson. Fixes #1270

* Trying to fix tests, try 1

* Trying to fix tests, try 2

* A few fixes to deser_hjson

- Removing unwrap_or_defaults, using impl functions.
- Reorganized settings

* Make clippy happy

* hjson list strings must be quoted.

* Adding support for env vars.

* Moving to structs and defaults file.

* Moving settings default and struct.
3 years ago
..
api Rewrite settings implementation. Fixes #1270 (#1433) 3 years ago
api_structs Rewrite settings implementation. Fixes #1270 (#1433) 3 years ago
apub Rewrite settings implementation. Fixes #1270 (#1433) 3 years ago
db_queries Rewrite settings implementation. Fixes #1270 (#1433) 3 years ago
db_schema Support plain `cargo test` and disable unused doctests for speed 3 years ago
db_views Support plain `cargo test` and disable unused doctests for speed 3 years ago
db_views_actor Support plain `cargo test` and disable unused doctests for speed 3 years ago
db_views_moderator Support plain `cargo test` and disable unused doctests for speed 3 years ago
routes Rewrite settings implementation. Fixes #1270 (#1433) 3 years ago
utils Rewrite settings implementation. Fixes #1270 (#1433) 3 years ago
websocket Rename `lemmy_structs` to `lemmy_api_structs` 3 years ago