index
:
mingling.git
dev/mingling_pathf
main
next
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
example-resources
/
Cargo.lock
Commit message (
Collapse
)
Author
Age
Files
Lines
*
chore(examples): add source and checksum to mingling_core/macros in
魏曹先生
4 days
1
-0
/
+4
|
|
|
|
Cargo.lock
*
chore: bump version to 0.2.1 and switch deps to path
魏曹先生
5 days
1
-7
/
+3
|
*
Released Mingling 0.2.0
0.2.0
魏曹先生
5 days
1
-0
/
+4
|
*
chore: clean up Cargo.toml metadata and update lockfiles
dev/mingling_pathf
魏曹先生
8 days
1
-4
/
+4
|
*
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
1
-1
/
+1
|
*
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
|
*
Simplify example imports to use prelude and add resources example
魏曹先生
2026-05-16
1
-0
/
+91
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.