lemmy/server/src
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.
2019-12-11 00:10:39 +01:00
..
api Introduce the "MaybeOptional" trait. 2019-12-11 00:10:39 +01:00
db Introduce the "MaybeOptional" trait. 2019-12-11 00:10:39 +01:00
websocket Add default options for all parameters and move them out of the constructor. Rename structure to PostQueryBuilder 2019-12-07 23:54:42 +01:00
apub.rs Adding custom language setting. 2019-12-09 00:24:53 -08:00
feeds.rs Use builder pattern for views 2019-12-08 12:39:54 -08:00
lib.rs Add configuration variables in order to allow binding lemmy to a different adress/port 2019-12-06 20:36:56 +01:00
main.rs Import the Settings struct instead of prefixing the namespace 2019-12-06 23:47:30 +01:00
nodeinfo.rs Running cargo fmt 2019-11-21 11:27:52 -08:00
schema.rs Adding custom language setting. 2019-12-09 00:24:53 -08:00
version.rs Version v0.5.0 2019-12-09 11:13:15 -08:00