Crates.io | escape_it |
lib.rs | escape_it |
version | 0.1.0 |
source | src |
created_at | 2023-07-26 00:45:23.132465 |
updated_at | 2023-07-26 00:45:23.132465 |
description | Converts white-space characters into their escaped versions in provided Strings |
homepage | https://coruscateor.com/projects/escape-it |
repository | https://github.com/coruscateor/escape_it |
max_upload_size | |
id | 926104 |
size | 68,940 |
For converting white-space characters in provided Strings into their escaped representations in output Strings.
I should clean up the code sometime.
See GTK Estate
The coding style of this project emphasises the use of white space over keeping the line and column counts low.
So this:
fn foo()
{
bar();
}
Not this:
fn foo()
{
bar();
}
Licensed under either of:
at your discretion
Please clone the repository and create an issue explaining what feature or features you'd like to add or bug or bugs you'd like to fix and perhaps how you intend to implement these additions or fixes. Try to include details though it doesn't need to be exhaustive and we'll take it from there (dependant on availability).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.