id_newtype 0.2.0

Implements logic for a `Cow<'static, str>` newtype where only `[A-Za-z0-9_]` are valid characters.
Documentation
1
2
3
4
5
6
7
edition = "2024"
format_code_in_doc_comments = true
imports_granularity = 'crate'
reorder_impl_items = true
style_edition = "2021"
use_field_init_shorthand = true
wrap_comments = true