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.
meli/melib/src/nntp
Manos Pitsidianakis f900dbea46
Use cargo-derivefmt to sort derives alphabetically
Used https://github.com/dcchut/cargo-derivefmt

With command:

cargo install --locked \
--git https://github.com/dcchut/cargo-derivefmt \
--bin cargo-derivefmt \
--rev 2ff93de7fb418180458dd1ba27e5655607c23ab6

Since it's not on crates.io at the moment.

Sample diff:

  -#[derive(Debug, Deserialize, Clone, Serialize)]
  +#[derive(Clone, Debug, Deserialize, Serialize)]

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
7 months ago
..
connection.rs Use cargo-derivefmt to sort derives alphabetically 7 months ago
mailbox.rs Use cargo-derivefmt to sort derives alphabetically 7 months ago
mod.rs Use cargo-derivefmt to sort derives alphabetically 7 months ago
operations.rs Use cargo-derivefmt to sort derives alphabetically 7 months ago
protocol_parser.rs melib: move backends out of the backends module 11 months ago
store.rs melib/smtp: use localhost in lieu of 127.0.0.1 for CI 11 months ago