mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 13:58:50 +08:00
Add library and documents
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
//! Module for formatting messages.
|
||||
mod fixed;
|
||||
|
||||
use crate::types::*;
|
||||
|
||||
/// Formats messages with the given options.
|
||||
pub fn fmt_message(mes: &mut Vec<Message>, opt: FormatOptions, typ: ScriptType) {
|
||||
match opt {
|
||||
FormatOptions::Fixed {
|
||||
|
||||
Reference in New Issue
Block a user