1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//! Items for defining the scope actions are applied within.
use RangesWithContext;
use crateROScopes;
use crate;
/// Fixes for DOS-style line endings.
/// Create scoped views using programming language grammar-aware types.
/// Create scoped views using string literals.
/// Create scoped views using regular expressions.
/// [`Scope`] and its various wrappers.
/// [`ScopedView`] and its related types.
/// An item capable of scoping down a given input into individual scopes.