mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add macro helpers
This commit is contained in:
parent
fb47311a92
commit
bbe8a68c09
1 changed files with 13 additions and 0 deletions
|
@ -169,6 +169,19 @@
|
|||
"notes": "A bunch of useful methods on iterators that aren't in the stdlib"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "Macro helpers",
|
||||
"crates": [{
|
||||
"name": "syn",
|
||||
"notes": "Parse rust source code"
|
||||
}, {
|
||||
"name": "quote",
|
||||
"notes": "Quasi quoting rust (useful for interpolating generated code with literal code)"
|
||||
}, {
|
||||
"name": "paste",
|
||||
"notes": "Concatenating and manipulating identifiers"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "Abstracting over different number types",
|
||||
"crates": [{
|
||||
|
|
Loading…
Reference in a new issue