Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Michael-F-Bryan/plugins_in_rust
/ functions
Functions
16 in github.com/Michael-F-Bryan/plugins_in_rust
⨍
Functions
16
◇
Types & classes
10
↓ 1 callers
Method
call
( &self, function: &str, arguments: &[f64], )
app/src/main.rs:78
↓ 1 callers
Function
fetch
(request: RequestInfo)
random/src/lib.rs:33
↓ 1 callers
Method
format
(self)
random/src/lib.rs:46
↓ 1 callers
Method
load
Load a plugin library and add all contained functions to the internal function table. # Safety A plugin library **must** be implemented using the [`
app/src/main.rs:98
↓ 1 callers
Method
parse
(mut args: impl Iterator<Item = String>)
app/src/main.rs:51
↓ 1 callers
Function
parse_args
(args: &[f64])
random/src/lib.rs:18
↓ 1 callers
Method
register_function
(&mut self, name: &str, function: Box<dyn Function>)
app/src/main.rs:148
Method
call
(&self, args: &[f64])
random/src/lib.rs:13
Method
from
(other: S)
core/src/lib.rs:18
Function
get_a_random_number
()
random/src/lib.rs:59
Method
help
Help text that may be used to display information about this function.
core/src/lib.rs:8
Method
help
(&self)
app/src/main.rs:169
Function
main
()
core/build.rs:1
Function
main
()
app/src/main.rs:11
Method
new
()
app/src/main.rs:76
Function
register
(registrar: &mut dyn PluginRegistrar)
random/src/lib.rs:5