Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xSero/Azul
/ functions
Functions
304 in github.com/0xSero/Azul
⨍
Functions
304
◇
Types & classes
91
Method
get_context
Get document context for a query
src/rag/mod.rs:133
Method
get_history_text
Get history as formatted text
src/chat/mod.rs:230
Method
get_links_text
Get links as formatted text
src/chat/mod.rs:201
Method
get_recent_context
Get recent memory context
src/memory/mod.rs:209
Method
get_tab
Get a tab by index
src/tabs/mod.rs:285
Method
gruvbox
Gruvbox Dark theme
src/ui/theme.rs:161
Method
health_check
Check if service is healthy
src/rag/mod.rs:144
Function
highlight_urls
Highlight URLs in plain text
src/ui/markdown.rs:494
Method
is_available
(&self)
src/ai/mod.rs:152
Method
is_available
Check if RAG is available
src/rag/mod.rs:88
Method
load
Load config from file and environment variables
src/config.rs:101
Method
loading
Check if current tab is loading
src/app.rs:249
Method
log_message
(self, format, *args)
scripts/simple-rag-server.py:105
Function
main
()
test_browser.rs:4
Function
main
()
src/main.rs:88
Method
monokai
Monokai theme
src/ui/theme.rs:133
Method
name
(&self)
src/search/mod.rs:18
Method
name
(&self)
src/ai/mod.rs:148
Method
needs_javascript
Check if a page likely needs JavaScript to render properly
src/browser/mod.rs:60
Method
new
()
src/app.rs:143
Method
new
()
src/browser/mod.rs:28
Method
new
()
src/mascot/mod.rs:38
Method
new
Create a new memory client
src/memory/mod.rs:46
Method
new
()
src/search/mod.rs:99
Method
new
(model: String, available_models: Vec<String>)
src/chat/mod.rs:86
Method
new
(api_key: String, models: Option<Vec<String>>, base_url: Option<String>)
src/ai/mod.rs:63
Method
new
(width: usize)
src/ui/markdown.rs:40
Method
new
()
src/ui/theme.rs:308
Method
new
Create a new RAG client
src/rag/mod.rs:53
Method
new
Create a new tab with welcome content
src/tabs/mod.rs:25
Method
new_assistant
(content: String)
src/chat/mod.rs:59
Method
new_system
(content: String)
src/chat/mod.rs:68
Method
new_user
(content: String)
src/chat/mod.rs:50
Method
nord
Nord theme
src/ui/theme.rs:189
Method
open
Open or create database at default location
src/storage/mod.rs:35
Method
open_at
Open or create database at specified path
src/storage/mod.rs:41
Method
prefix
(&self)
src/search/mod.rs:42
Method
preset
Get current theme preset
src/ui/theme.rs:324
Method
render
(self, area: Rect, buf: &mut Buffer)
src/ui/neon.rs:21
Function
render_chat_panel
(frame: &mut Frame, area: Rect, app: &App)
src/ui/mod.rs:925
Method
render_header1
Render H1 header - large, prominent
src/ui/markdown.rs:144
Method
render_header2
Render H2 header - section headers
src/ui/markdown.rs:162
Method
render_header3
Render H3 header - subsection
src/ui/markdown.rs:175
Method
render_header4
Render H4 header - smaller subsection
src/ui/markdown.rs:188
Method
render_hr
Render horizontal rule
src/ui/markdown.rs:201
Method
render_inline_formatting
Simplified inline formatting for list items
src/ui/markdown.rs:429
Method
render_list_item
Render list item with indentation support
src/ui/markdown.rs:223
Function
render_main_content
(frame: &mut Frame, area: Rect, app: &mut App)
src/ui/mod.rs:200
Method
render_numbered_item
Render numbered list item with indentation
src/ui/markdown.rs:245
Method
render_paragraph
Render paragraph with inline formatting
src/ui/markdown.rs:308
Method
render_quote
Render blockquote
src/ui/markdown.rs:210
Method
render_task_item
Render task list item (checkbox)
src/ui/markdown.rs:260
Function
render_title
(frame: &mut Frame, area: Rect, app: &App)
src/ui/mod.rs:135
Method
search
Search memory
src/memory/mod.rs:123
Method
selected
(&self)
src/search/mod.rs:855
Method
set_active
Set active tab by index
src/tabs/mod.rs:243
Method
set_engine
(&mut self, engine: EngineType)
src/search/mod.rs:846
Method
set_model
(&mut self, model: String)
src/chat/mod.rs:135
Method
set_theme
Set a specific theme
src/ui/theme.rs:348
Method
solarized
Solarized Dark theme
src/ui/theme.rs:273
Function
splash_art
()
src/mascot/mod.rs:331
Method
store_conversation
Store a chat conversation
src/memory/mod.rs:203
Method
store_page
Store a browsing session
src/memory/mod.rs:197
Method
summarize_search
Summarize search results
src/ai/mod.rs:213
Function
test_add_and_close_tabs
()
src/tabs/mod.rs:318
Function
test_add_and_get_bookmark
()
src/storage/mod.rs:327
Function
test_add_history
()
src/storage/mod.rs:351
Function
test_all_themes_have_colors
()
src/ui/theme.rs:377
Function
test_all_views
()
src/mascot/mod.rs:377
Function
test_browser_client
()
tests/integration_test.rs:79
Function
test_browser_creation
()
src/browser/mod.rs:509
Function
test_classify_query
()
src/search/mod.rs:1158
Function
test_cli_arxiv_search
()
tests/integration_test.rs:49
Function
test_cli_search
()
tests/integration_test.rs:5
Function
test_cli_url_fetch
()
tests/integration_test.rs:22
Function
test_cli_wikipedia_search
()
tests/integration_test.rs:34
Function
test_companion_animation
()
src/mascot/mod.rs:363
Function
test_companion_states
()
src/mascot/mod.rs:354
Function
test_default_fallback_models
()
src/ai/mod.rs:349
Function
test_engine_type_methods
()
src/search/mod.rs:1145
Function
test_fetch_example_com
()
src/browser/mod.rs:515
Function
test_html_to_text
()
src/search/mod.rs:1152
Function
test_http_client
()
tests/integration_test.rs:64
Function
test_memory_client_creation
()
src/memory/mod.rs:219
Function
test_new_tab_manager
()
src/tabs/mod.rs:311
Function
test_parse_query_prefixes
()
src/search/mod.rs:1129
Function
test_rag_client_creation
()
src/rag/mod.rs:161
Function
test_remove_bookmark
()
src/storage/mod.rs:340
Function
test_resolve_url
()
src/browser/mod.rs:526
Function
test_search_prefix_parsing
()
tests/integration_test.rs:104
Function
test_simple_fetch
()
tests/integration_test.rs:91
Function
test_slugify
()
src/scrape.rs:100
Function
test_styled_markdown_code_block
()
src/ui/markdown.rs:551
Function
test_styled_markdown_headers
()
src/ui/markdown.rs:539
Function
test_summarizer_from_env_without_key
()
src/ai/mod.rs:356
Function
test_tab_history
()
src/tabs/mod.rs:352
Function
test_tab_navigation
()
src/tabs/mod.rs:333
Function
test_theme_cycling
()
src/ui/theme.rs:365
Function
test_walking
()
src/mascot/mod.rs:385
Method
to_json
Convert to a JSON string for AI context
src/chat/mod.rs:163
← previous
next →
201–300 of 304, ranked by callers