index
:
mingling.git
dev/mingling_pathf
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
example-resources
Commit message (
Collapse
)
Author
Age
Files
Lines
*
chore: clean up Cargo.toml metadata and update lockfiles
dev/mingling_pathf
魏曹先生
41 hours
1
-4
/
+4
|
*
Reorder file lists in example page configs
魏曹先生
2026-06-15
1
-1
/
+1
|
*
Update example descriptions with meaningful docs
魏曹先生
2026-06-15
1
-1
/
+1
|
*
Simplify workspace exclude patterns and add workspace stanzas
Weicao-CatilGrass
2026-06-12
1
-0
/
+2
|
*
Add example pages and sync-examples tool for docs
魏曹先生
2026-06-05
1
-0
/
+10
|
*
Enhance code quality across the entire codebase
Weicao-CatilGrass
2026-05-31
1
-0
/
+1
|
*
Bump version to 0.2.0
魏曹先生
2026-05-31
1
-7
/
+3
|
*
Update CHANGELOG and switch to published crate versions
0.1.9
魏曹先生
2026-05-29
1
-0
/
+4
|
*
Rework examples and add entry macro for testing
Weicao-CatilGrass
2026-05-23
3
-37
/
+45
|
*
Remove `once_cell` dependency and replace with `OnceLock`
魏曹先生
2026-05-21
1
-8
/
+0
|
*
Update example version to 0.1.9
魏曹先生
2026-05-18
1
-7
/
+3
|
*
Switch mingling_core and mingling_macros to use published crate versions
0.1.8
Weicao-CatilGrass
2026-05-18
1
-0
/
+4
|
*
Rename `NextProcess` to `Next` across the codebase
Weicao-CatilGrass
2026-05-17
1
-2
/
+2
|
*
Simplify example imports to use prelude and add resources example
魏曹先生
2026-05-16
3
-0
/
+155
Add a new example demonstrating global resource injection in chain functions, and update all existing examples to import from `mingling::prelude` instead of individual macro paths. Also add `example-resources` to the workspace exclude list.