source-stream-0.rs/src
2025-12-02 20:52:04 +03:00
..
ascii Minor code cleanup in ascii char 2025-11-24 22:39:05 +03:00
converter Returning '.currentChar' method because this makes parsers cleaner (presumably without any performance loss); removed char returns from other methods and simplified some duplicated code 2025-11-26 19:14:34 +03:00
default_streams Returning '.currentChar' method because this makes parsers cleaner (presumably without any performance loss); removed char returns from other methods and simplified some duplicated code 2025-11-26 19:14:34 +03:00
pos Removed lifetimes from traits 2025-11-24 22:08:05 +03:00
collected_substring.rs Removed lifetimes from traits 2025-11-24 22:08:05 +03:00
lib.rs Removed macros 2025-11-24 22:48:56 +03:00
sandbox.rs Cleaned sandbox to avoid compile errors in users' tests 2025-12-02 20:52:04 +03:00
stream.rs Returning '.currentChar' method because this makes parsers cleaner (presumably without any performance loss); removed char returns from other methods and simplified some duplicated code 2025-11-26 19:14:34 +03:00