feat: add abi stable crates

This commit is contained in:
2020-12-27 14:43:46 +08:00
parent cd4a02f513
commit 8d34b85a9c
21 changed files with 3072 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"plugins":[
{
"name":"example_plugin_text_munging",
"instances":2,
"rename":"text_munging"
},
{
"name":"example_plugin_utils",
"rename":"utils"
}
],
"_hidden":[
],
"commands":{
"text_munging:first":{"Rot13":"what"},
"text_munging:last":"GetCommands",
"text_munging:all":{"CapitalizeWords":{
"text":"This is an example text.",
"words":["an","text"]
}},
"utils":{"Batch":{
"plugin":"text_munging:first",
"commands":[
{"Rot13":"Fancr xvyyf Qhzoyrqber"},
{"CapitalizeWords":{
"text":"Oh,that's not something I expected.",
"words":["not","expected"]
}}
]
}}
}
}