Optimized SIMD routines for escaping JSON strings.
Escape text for Telegram's MarkdownV2 format
A no_std, zero-copy, allocation-free library for streaming JSON string escaping and unescaping. Ergonomic, fast, RFC 8259 compliant, with layered APIs for iterators, I/O streaming, and low-level tokens.
Correctly encode and decode HTML entities in UTF-8
Core types for viewpoint-js macro
Small, safe, fast templating engine for Rust. Mustache-compatible syntax with Tera-style expressions, inheritance with super(), 23 built-in filters, custom filters/tests, pluggable loaders, SIMD HTML escape that matches Askama, line:col error messages, zero unsafe code.
The simd optimized escaping code with macro
configurable string escaping and unescaping
A Rust crate for decoding escape sequences in strings.
SIMD-accelerated UTF-16/UTF-16LE -> UTF-8 escaping (JSON/XML)
A visualizer for terminal escape sequences
Escapes bytes that are not printable ASCII characters.
Given a HTML formatted string, escapement will extract descendant tags into a device agnostic attributes array that can be used for formatting the text anywhere.
Methods for processing ANSI escape codes in strings.
Quickly perform HTML, URL, URI and Javascript escaping/unescaping
Extends String class or add a ColorizedString with methods to set text color, background color and text effects.
This library uses ANSI escape sequences to control the attributes of terminal output
fast_xs provides C extensions for escaping text. The original String#fast_xs method is based on the xchar code by Sam Ruby: * http://intertwingly.net/stories/2005/09/28/xchar.rb * http://intertwingly.net/blog/2005/09/28/XML-Cleansing _why also packages an older version with Hpricot (patches submitted). The version here should be compatible with the latest version of Hpricot code. Ruby on Rails will automatically use String#fast_xs from either Hpricot or this gem version with the bundled Builder package. String#fast_xs is an almost exact translation of Sam Ruby's original implementation (String#to_xs), but it does escape """ (which is an optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available.
URI normalization, c14n, escaping, and extraction
ANSI escape code parsing library and ANSI -> HTML converter
Escape the name in To and From fields in emails
Mail safe provides a safety net while you're developing an application that uses ActionMailer. It keeps emails from escaping into the wild. Once you've installed and configured this gem, you can rest assure that your app won't send emails to external email addresses. Instead, emails that would normally be delivered to external addresses will be sent to an address of your choosing, and the body of the email will be appended with a note stating where the email was originally intended to go.
Ruby gem to create HTTP Content-Disposition headers with proper escaping/encoding of filenames
Escapes carriage returns, and single and double quotes