Proof of concept mechanical port of ircnet/ircd to Rust as part of a bit about C being insecure for network services
0

Configure Feed

Select the types of activity you want to include in your feed.

ircd.rs / .editorconfig
133 B 10 lines
1# top-most EditorConfig file 2root = true 3 4[*.yaml] 5end_of_line = lf 6insert_final_newline = true 7indent_style = space 8tab_width = 2 9 10