dsc-rs 0.10.29

Discourse CLI tool for managing multiple Discourse forums: track installs, run upgrades over SSH, manage emojis, sync topics and categories as Markdown, and more.
Documentation
1
2
3
4
5
6
7
8
9
// dsc places `#[cfg(test)] mod tests` next to the code it covers rather than
// at end-of-file, so allow that arrangement crate-wide (purely organizational).
#![allow(clippy::items_after_test_module)]

pub mod api;
pub mod cli;
pub mod commands;
pub mod config;
pub mod utils;