17 Commits

Author SHA1 Message Date
32682a2d08 renames crate from ansi to ansi-control-codes v0.0.1 2023-04-01 23:05:20 +02:00
d1caad00cc updates crate keywords 2023-04-01 22:18:56 +02:00
6b81631b85 removes unused variante ControlFunctionType::ControlString 2023-04-01 17:58:49 +02:00
2010dabf57 prepares the library for an initial release to crates.io 2023-04-01 17:58:28 +02:00
c285678d26 fixes ambiguous unicode characters 2023-04-01 04:41:51 +02:00
138e15c763 adds git repository to Cargo.toml 2023-04-01 04:36:02 +02:00
ad9146075b implements From<ControlFunction> for String 2023-04-01 04:33:45 +02:00
59bdca5c50 improves the documentation of module independent_control_functions 2023-04-01 03:57:07 +02:00
6e503b96c8 improves documentation in module control_sequences 2023-04-01 03:52:18 +02:00
dceb34a9a9 improves documentation in module c1 2023-04-01 02:41:25 +02:00
4e4052b74c improves documentation in module c0 2023-04-01 02:15:30 +02:00
f297692e64 adds tests to lib.rs 2023-04-01 01:48:15 +02:00
30906d2075 adds default traits to ControlFunctionType 2023-04-01 01:48:15 +02:00
ef555cbe05 adds more documentation to lib.rs 2023-04-01 01:48:15 +02:00
52a2be9a1a implements Debug for ControlFunction 2023-04-01 01:48:07 +02:00
04e6baf31d implements Debug for ControlFunctionType 2023-04-01 01:11:36 +02:00
2791de95c9 implements all control functions of ECMA-48 2023-03-31 22:57:18 +02:00