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/server
Lyra c19ace7e6a 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.
5 years ago
..
migrations Adding custom language setting. 5 years ago
src Introduce the "MaybeOptional" trait. 5 years ago
.gitignore Halfway done with email, not fully working yet. 5 years ago
.rustfmt.toml Running cargo fmt on server code. 5 years ago
Cargo.lock Implement RSS feeds (fixes #118) 5 years ago
Cargo.toml Implement RSS feeds (fixes #118) 5 years ago
diesel.toml Starting to work on Rust Diesel Schema. #5 6 years ago