tree: edb8d4e79c1c3349fa295284fbd59b0c842dead4 [path history] [tgz]
  1. java/
  2. public/
  3. pw_tokenizer_private/
  4. py/
  5. argument_types_test.c
  6. argument_types_test.cc
  7. base64.cc
  8. base64_test.cc
  9. BUILD
  10. BUILD.gn
  11. CMakeLists.txt
  12. decode.cc
  13. decode_test.cc
  14. detokenize.cc
  15. detokenize_test.cc
  16. docs.rst
  17. generate_decoding_test_data.cc
  18. hash_test.cc
  19. README.md
  20. simple_tokenize_test.cc
  21. token_database.cc
  22. token_database_test.cc
  23. tokenize.cc
  24. tokenize_test.c
  25. tokenize_test.cc
  26. tokenizer_linker_sections.ld
pw_tokenizer/README.md

pw_tokenizer: Tools for replacing string literals with binary tokens

pw_tokenizer is a portable, general purpose module for replacing printf-style string literals with compact binary tokens.