Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
youngday committed Nov 8, 2022
1 parent d69aefd commit 47a69f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target
Cargo.lock
.xmake/linux/x86_64/project.lock
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ rust base frame ,with log , config ,network,zeromq ,mqtt,web,rpc ,and other more

|name|replace|fun|note|
|-|-|-|-|
|tokio||async task ,tcp ,udp|async frame|
|tokio||async task ,tcp ,udp|async frame,tokio::spawn|
|config.rs|yaml,toml,json,single file|read config files ,and put into struct data|simplize config function|
|log4rs||env_logger||
|log4rs|env_logger|log with file||
|tmq||zeromq with tokio||
|once_cell|lazy_static|global reference from config file||

Expand All @@ -21,4 +21,6 @@ rust base frame ,with log , config ,network,zeromq ,mqtt,web,rpc ,and other more
|tcp-server|tcp server||
|post|http client post|with dynamic json|
|zeromq-tmq|get udp,http data to zeromq| |
|udp-client|udp client||
|udp-server|udp echo server||

0 comments on commit 47a69f3

Please sign in to comment.