Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddddddeon/a
/ functions
Functions
12 in github.com/ddddddeon/a
⨍
Functions
12
◇
Types & classes
3
↓ 4 callers
Function
gather_args
(args: &mut Vec<String>)
src/lib.rs:10
↓ 2 callers
Function
pretty_print
(str: &str, lang: &str)
src/util.rs:21
↓ 2 callers
Function
prompt
( prompt: &str, model: &str, api_key: &str, base_url: &str, )
src/lib.rs:45
↓ 1 callers
Function
copy_to_clipboard
(str: &str)
src/util.rs:36
↓ 1 callers
Function
lang_exists
(lang: &str, langs: &Vec<Syntax>)
src/util.rs:7
↓ 1 callers
Method
prompt
(&self, prompt: String)
src/llm.rs:44
Function
gather_args_full_sentence
()
tests/integration.rs:5
Function
gather_args_one_arg
()
tests/integration.rs:21
Function
gather_args_zero_args
()
tests/integration.rs:31
Function
main
()
src/main.rs:3
Method
new
(model: &'a str, api_base_url: &'a str, api_key: &'a str)
src/llm.rs:36
Function
prompt_without_api_key
()
tests/integration.rs:41