Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroX-DG/vi-rs
/ functions
Functions
113 in github.com/ZeroX-DG/vi-rs
⨍
Functions
113
◇
Types & classes
10
Function
test_incremental_buffer_basic_telex
()
tests/incremental.rs:11
Function
test_incremental_buffer_basic_vni
()
tests/incremental.rs:48
Function
test_incremental_buffer_clear
()
tests/incremental.rs:63
Function
test_incremental_buffer_complex_word
()
tests/incremental.rs:124
Function
test_incremental_buffer_constructor_variants
()
tests/incremental.rs:231
Function
test_incremental_buffer_letter_modification
()
tests/incremental.rs:103
Function
test_incremental_buffer_non_vietnamese_chars
()
tests/incremental.rs:207
Function
test_incremental_buffer_tone_removal
()
tests/incremental.rs:85
Function
test_incremental_buffer_w_insertion
()
tests/incremental.rs:138
Function
test_incremental_vs_batch_consistency
()
tests/incremental.rs:166
Function
transform_buffer
(buffer: I, output: &mut String)
src/telex.rs:14
Function
transform_buffer
Transform a buffer of characters using a typing method definition. # Example ``` use vi::methods::transform_buffer; let mut result = String::new();
src/methods.rs:223
Function
vni_benchmark
(c: &mut Criterion)
benches/transform_benchmark.rs:48
← previous
101–113 of 113, ranked by callers