csi_parser-0.1.0 has been yanked.
CSI parser
This is a simple CSI parser that only provides parsing for a subset of common CSI.
If you have additional requirements, feel free to submit a PR (Pull Request)
Please refer to the definition of CSI.
See the rs docs.
Look at progress and contribute on github.
Example
use CSISequence;
use parse;
and you will be got the result:
[
Color(
Some(
31,
),
None,
Some(
4,
),
),
Color(
Some(
0,
),
None,
None,
),
]