b8aac3c9bc
Add secondary_cursors field to Editor with insert_char_multi, delete_back_multi, delete_forward_multi methods. Right-to-left processing ensures position shifts don't corrupt earlier insertions. 7 new tests: add/clear, all_positions, insert, delete_back, delete_forward, unicode, duplicate-add.
28 lines
686 B
TOML
28 lines
686 B
TOML
[workspace]
|
|
members = [
|
|
"ext4-blockdev",
|
|
"ext4d",
|
|
"ext4-mkfs",
|
|
]
|
|
resolver = "3"
|
|
|
|
[workspace.package]
|
|
version = "0.2.5"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
|
|
[workspace.dependencies]
|
|
rsext4 = "0.3"
|
|
redox_syscall = { path = "../../../../../local/sources/syscall" }
|
|
redox-scheme = { path = "../../../../../local/sources/redox-scheme" }
|
|
libredox = { path = "../../../../../local/sources/libredox" }
|
|
redox-path = "0.3.0"
|
|
log = "0.4"
|
|
env_logger = "0.11"
|
|
libc = "0.2"
|
|
|
|
[patch.crates-io]
|
|
libredox = { path = "../../../../../local/sources/libredox" }
|
|
redox-scheme = { path = "../../../../../local/sources/redox-scheme" }
|
|
redox_syscall = { path = "../../../../../local/sources/syscall" }
|