Crates.io | single-whitespace-text-editing |
lib.rs | single-whitespace-text-editing |
version | 0.2.1 |
source | src |
created_at | 2022-06-16 22:42:52.784084 |
updated_at | 2024-09-20 23:02:09.379103 |
description | Utilities for a special editing style, where the only allowed whitespace is the space, and it's only allowed once at a time |
homepage | https://gitlab.com/porky11/single-whitespace-text-editing |
repository | https://gitlab.com/porky11/single-whitespace-text-editing |
max_upload_size | |
id | 607693 |
size | 10,844 |
This crate provides utilities for a special editing style, where the only allowed whitespace is the space, and it's only allowed once at a time.
SingleWhitespaceEditAction
and its associated functions for performing text editing operations based on the input character.This crate depends on the text-editing
crate for text manipulation functionality.