Cargo.toml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
json_stream_rs_tokenizer/__init__.py
json_stream_rs_tokenizer.egg-info/PKG-INFO
json_stream_rs_tokenizer.egg-info/SOURCES.txt
json_stream_rs_tokenizer.egg-info/dependency_links.txt
json_stream_rs_tokenizer.egg-info/not-zip-safe
json_stream_rs_tokenizer.egg-info/requires.txt
json_stream_rs_tokenizer.egg-info/top_level.txt
json_stream_rs_tokenizer/benchmark/__init__.py
json_stream_rs_tokenizer/benchmark/__main__.py
json_stream_rs_tokenizer/benchmark/app.py
json_stream_rs_tokenizer/benchmark/cli.py
json_stream_rs_tokenizer/benchmark/random_json_generator.py
src/char_or_eof.rs
src/int.rs
src/lib.rs
src/opaque_seek.rs
src/park_cursor.rs
src/py_bytes_stream.rs
src/py_common.rs
src/py_text_stream.rs
src/read_string.rs
src/remainder.rs
src/suitable_seekable_buffered_bytes_stream.rs
src/suitable_seekable_buffered_text_stream.rs
src/suitable_stream.rs
src/suitable_unbuffered_bytes_stream.rs
src/suitable_unbuffered_text_stream.rs
src/suitable_unseekable_buffered_bytes_stream.rs
src/suitable_unseekable_buffered_text_stream.rs
src/unicode_utils.rs
src/utf8_char_source.rs
tests/test_buffering.py
tests/test_exceptions.py
tests/test_integers.py
tests/test_large_integers.py
tests/test_limitations_info.py
tests/test_overconsumption.py
tests/test_unicode_surrogate_pairs.py
tests/test_using_json_stream_tokenizer_tests.py
tests/test_via_benchmark.py