lemmy/server
Lyra 16b687de3a Introduce the "MaybeOptional" trait.
This trait is a generic type that allows us to get an Option from any type and from another option. It can be used to remove the ugly "do_something", "do_something_optional" that we previously had.
2019-12-11 00:10:39 +01:00
..
migrations Adding custom language setting. 2019-12-09 00:24:53 -08:00
src Introduce the "MaybeOptional" trait. 2019-12-11 00:10:39 +01:00
.gitignore Halfway done with email, not fully working yet. 2019-10-29 20:35:39 -07:00
.rustfmt.toml Running cargo fmt on server code. 2019-09-07 08:35:05 -07:00
Cargo.lock Implement RSS feeds (fixes #118) 2019-11-23 23:24:10 +01:00
Cargo.toml Implement RSS feeds (fixes #118) 2019-11-23 23:24:10 +01:00
diesel.toml Starting to work on Rust Diesel Schema. #5 2019-02-27 22:02:55 -08:00