Discord unterstützt z.B. nicht das Schachteln von Codeblöcken.
```rs
fn main() {
println!("Hello world!");
}
```
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use dbus::arg::{Append, Arg, IterAppend, Variant}; | |
pub trait AppendToDict { | |
fn append_to_dict(&self, key: &'static str, i: &mut IterAppend); | |
fn append_to_dict_as_variant(&self, key: &'static str, i: &mut IterAppend); | |
} | |
pub struct Wrap<T>(pub T); | |
impl<T: Append + Arg> AppendToDict for &Wrap<&T> { | |
fn append_to_dict(&self, key: &'static str, i: &mut IterAppend) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
complete -c sconfig -x -a "(ls ~/.config) |
If you're interested in developing server side Fabric mods, check out the Fabric Server-side Development discord, and ping me (comp500#7396) if you find a server side Fabric mod not listed here.
Also see Optifine alternatives on Fabric for a few useful client side only mods!
Mods on this list are marked as outdated when they are two major Minecraft versions old - e.g. if 1.16 is the latest version, 1.14 and older mods are considered outdated.