byte_search 0.1.0
byte_search: ^0.1.0 copied to clipboard
High-performance, low-allocation byte searching utilities for Uint8List, optimized for repeated scans and high-reject workloads.
example/byte_search_example.dart
// ignore_for_file: avoid_print
void main() {
print('byte_search examples');
print('--------------------');
print('Run one of the following:');
print(' dart run example/message_start_and_search.dart');
print(' dart run example/scan_lines_with_byte_utils.dart');
}