GitRoot

craft your forge, build your project, grow your community freely
 1---
 2id: "4ceb"
 3priority: 60
 4sprint: ""
 5assignee: null
 6status: v0.4
 7kind: issue
 8---
 9
10# Implement call func for rust
11
12Need `ExportFunc(name string, callback func(args map[string]string) (map[string]string, error))` and `CallFunc(plugin string, name string, args map[string]string) (map[string]string, error)` in the rust plugin sdk.