prometheus-client-mmap 0.19.0 → 0.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (684) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -0
  3. data/ext/fast_mmaped_file/extconf.rb +1 -1
  4. data/ext/fast_mmaped_file_rs/.cargo/config.toml +23 -0
  5. data/ext/fast_mmaped_file_rs/.tool-versions +1 -0
  6. data/ext/fast_mmaped_file_rs/Cargo.lock +782 -0
  7. data/ext/fast_mmaped_file_rs/Cargo.toml +30 -0
  8. data/ext/fast_mmaped_file_rs/README.md +52 -0
  9. data/ext/fast_mmaped_file_rs/extconf.rb +22 -0
  10. data/ext/fast_mmaped_file_rs/src/error.rs +174 -0
  11. data/ext/fast_mmaped_file_rs/src/file_entry.rs +544 -0
  12. data/ext/fast_mmaped_file_rs/src/file_info.rs +190 -0
  13. data/ext/fast_mmaped_file_rs/src/lib.rs +79 -0
  14. data/ext/fast_mmaped_file_rs/src/macros.rs +14 -0
  15. data/ext/fast_mmaped_file_rs/src/map.rs +458 -0
  16. data/ext/fast_mmaped_file_rs/src/mmap.rs +151 -0
  17. data/ext/fast_mmaped_file_rs/src/parser.rs +346 -0
  18. data/ext/fast_mmaped_file_rs/src/raw_entry.rs +473 -0
  19. data/ext/fast_mmaped_file_rs/src/testhelper.rs +222 -0
  20. data/ext/fast_mmaped_file_rs/src/util.rs +121 -0
  21. data/lib/prometheus/client/configuration.rb +2 -1
  22. data/lib/prometheus/client/formats/text.rb +26 -2
  23. data/lib/prometheus/client/page_size.rb +17 -0
  24. data/lib/prometheus/client/version.rb +1 -1
  25. data/vendor/c/hashmap/.gitignore +52 -0
  26. data/vendor/c/jsmn/.travis.yml +4 -0
  27. metadata +38 -660
  28. data/ext/fast_mmaped_file/hashmap.c +0 -692
  29. data/ext/fast_mmaped_file/jsmn.c +0 -314
  30. data/ext/fast_mmaped_file_rs/target/CACHEDIR.TAG +0 -3
  31. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build-script-build +0 -0
  32. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595 +0 -0
  33. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.0.rcgu.o +0 -0
  34. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.1.rcgu.o +0 -0
  35. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.10.rcgu.o +0 -0
  36. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.11.rcgu.o +0 -0
  37. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.12.rcgu.o +0 -0
  38. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.13.rcgu.o +0 -0
  39. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.14.rcgu.o +0 -0
  40. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.15.rcgu.o +0 -0
  41. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.2.rcgu.o +0 -0
  42. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.3.rcgu.o +0 -0
  43. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.4.rcgu.o +0 -0
  44. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.5.rcgu.o +0 -0
  45. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.6.rcgu.o +0 -0
  46. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.7.rcgu.o +0 -0
  47. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.8.rcgu.o +0 -0
  48. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.build_script_build.4e00fb94-cgu.9.rcgu.o +0 -0
  49. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-0e0eec17b7a98595/build_script_build-0e0eec17b7a98595.d +0 -5
  50. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-c1d4d3b07477c1fc/invoked.timestamp +0 -1
  51. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-c1d4d3b07477c1fc/out/probe.rs +0 -40
  52. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-c1d4d3b07477c1fc/output +0 -0
  53. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-c1d4d3b07477c1fc/root-output +0 -1
  54. data/ext/fast_mmaped_file_rs/target/debug/build/anyhow-c1d4d3b07477c1fc/stderr +0 -0
  55. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-c5b5727a6adbf93b/invoked.timestamp +0 -1
  56. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-c5b5727a6adbf93b/out/host-target.txt +0 -1
  57. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-c5b5727a6adbf93b/out/tests.rs +0 -0
  58. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-c5b5727a6adbf93b/output +0 -6
  59. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-c5b5727a6adbf93b/root-output +0 -1
  60. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-c5b5727a6adbf93b/stderr +0 -0
  61. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build-script-build +0 -0
  62. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8 +0 -0
  63. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.0.rcgu.o +0 -0
  64. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.1.rcgu.o +0 -0
  65. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.10.rcgu.o +0 -0
  66. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.11.rcgu.o +0 -0
  67. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.12.rcgu.o +0 -0
  68. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.13.rcgu.o +0 -0
  69. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.14.rcgu.o +0 -0
  70. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.15.rcgu.o +0 -0
  71. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.2.rcgu.o +0 -0
  72. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.3.rcgu.o +0 -0
  73. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.4.rcgu.o +0 -0
  74. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.5.rcgu.o +0 -0
  75. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.6.rcgu.o +0 -0
  76. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.7.rcgu.o +0 -0
  77. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.8.rcgu.o +0 -0
  78. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.build_script_build.42c9eb51-cgu.9.rcgu.o +0 -0
  79. data/ext/fast_mmaped_file_rs/target/debug/build/bindgen-f269daea2f5321b8/build_script_build-f269daea2f5321b8.d +0 -5
  80. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build-script-build +0 -0
  81. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d +0 -0
  82. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.0.rcgu.o +0 -0
  83. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.1.rcgu.o +0 -0
  84. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.10.rcgu.o +0 -0
  85. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.11.rcgu.o +0 -0
  86. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.12.rcgu.o +0 -0
  87. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.13.rcgu.o +0 -0
  88. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.14.rcgu.o +0 -0
  89. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.15.rcgu.o +0 -0
  90. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.2.rcgu.o +0 -0
  91. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.3.rcgu.o +0 -0
  92. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.4.rcgu.o +0 -0
  93. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.5.rcgu.o +0 -0
  94. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.6.rcgu.o +0 -0
  95. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.7.rcgu.o +0 -0
  96. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.8.rcgu.o +0 -0
  97. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.build_script_build.d856e387-cgu.9.rcgu.o +0 -0
  98. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-2567596768d2095d/build_script_build-2567596768d2095d.d +0 -9
  99. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-e654361622217cf7/invoked.timestamp +0 -1
  100. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-e654361622217cf7/out/common.rs +0 -355
  101. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-e654361622217cf7/out/dynamic.rs +0 -257
  102. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-e654361622217cf7/out/macros.rs +0 -38
  103. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-e654361622217cf7/output +0 -0
  104. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-e654361622217cf7/root-output +0 -1
  105. data/ext/fast_mmaped_file_rs/target/debug/build/clang-sys-e654361622217cf7/stderr +0 -0
  106. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build-script-build +0 -0
  107. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3 +0 -0
  108. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.0.rcgu.o +0 -0
  109. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.1.rcgu.o +0 -0
  110. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.10.rcgu.o +0 -0
  111. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.11.rcgu.o +0 -0
  112. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.12.rcgu.o +0 -0
  113. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.13.rcgu.o +0 -0
  114. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.14.rcgu.o +0 -0
  115. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.15.rcgu.o +0 -0
  116. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.2.rcgu.o +0 -0
  117. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.3.rcgu.o +0 -0
  118. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.4.rcgu.o +0 -0
  119. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.5.rcgu.o +0 -0
  120. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.6.rcgu.o +0 -0
  121. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.7.rcgu.o +0 -0
  122. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.8.rcgu.o +0 -0
  123. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.build_script_build.031b8ac5-cgu.9.rcgu.o +0 -0
  124. data/ext/fast_mmaped_file_rs/target/debug/build/libc-0bf8a1bdb5f6b7b3/build_script_build-0bf8a1bdb5f6b7b3.d +0 -5
  125. data/ext/fast_mmaped_file_rs/target/debug/build/libc-fd9a9a3fdb47f96d/invoked.timestamp +0 -1
  126. data/ext/fast_mmaped_file_rs/target/debug/build/libc-fd9a9a3fdb47f96d/output +0 -14
  127. data/ext/fast_mmaped_file_rs/target/debug/build/libc-fd9a9a3fdb47f96d/root-output +0 -1
  128. data/ext/fast_mmaped_file_rs/target/debug/build/libc-fd9a9a3fdb47f96d/stderr +0 -0
  129. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build-script-build +0 -0
  130. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b +0 -0
  131. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b.build_script_build.2c37fd5f-cgu.0.rcgu.o +0 -0
  132. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b.build_script_build.2c37fd5f-cgu.1.rcgu.o +0 -0
  133. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b.build_script_build.2c37fd5f-cgu.10.rcgu.o +0 -0
  134. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b.build_script_build.2c37fd5f-cgu.2.rcgu.o +0 -0
  135. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b.build_script_build.2c37fd5f-cgu.3.rcgu.o +0 -0
  136. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b.build_script_build.2c37fd5f-cgu.4.rcgu.o +0 -0
  137. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b.build_script_build.2c37fd5f-cgu.5.rcgu.o +0 -0
  138. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b.build_script_build.2c37fd5f-cgu.6.rcgu.o +0 -0
  139. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b.build_script_build.2c37fd5f-cgu.7.rcgu.o +0 -0
  140. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b.build_script_build.2c37fd5f-cgu.8.rcgu.o +0 -0
  141. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b.build_script_build.2c37fd5f-cgu.9.rcgu.o +0 -0
  142. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-2a58714a3c64d78b/build_script_build-2a58714a3c64d78b.d +0 -5
  143. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-8c3a06574c26d587/invoked.timestamp +0 -1
  144. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-8c3a06574c26d587/output +0 -75
  145. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-8c3a06574c26d587/root-output +0 -1
  146. data/ext/fast_mmaped_file_rs/target/debug/build/magnus-8c3a06574c26d587/stderr +0 -0
  147. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build-script-build +0 -0
  148. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286 +0 -0
  149. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.0.rcgu.o +0 -0
  150. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.1.rcgu.o +0 -0
  151. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.10.rcgu.o +0 -0
  152. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.11.rcgu.o +0 -0
  153. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.12.rcgu.o +0 -0
  154. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.13.rcgu.o +0 -0
  155. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.14.rcgu.o +0 -0
  156. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.15.rcgu.o +0 -0
  157. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.2.rcgu.o +0 -0
  158. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.3.rcgu.o +0 -0
  159. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.4.rcgu.o +0 -0
  160. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.5.rcgu.o +0 -0
  161. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.6.rcgu.o +0 -0
  162. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.7.rcgu.o +0 -0
  163. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.8.rcgu.o +0 -0
  164. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.build_script_build.683fe29c-cgu.9.rcgu.o +0 -0
  165. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-a4adfc01b2727286/build_script_build-a4adfc01b2727286.d +0 -5
  166. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-cbedd4c3d30e42d2/invoked.timestamp +0 -1
  167. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-cbedd4c3d30e42d2/output +0 -0
  168. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-cbedd4c3d30e42d2/root-output +0 -1
  169. data/ext/fast_mmaped_file_rs/target/debug/build/memchr-cbedd4c3d30e42d2/stderr +0 -0
  170. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build-script-build +0 -0
  171. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d +0 -0
  172. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.0.rcgu.o +0 -0
  173. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.1.rcgu.o +0 -0
  174. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.10.rcgu.o +0 -0
  175. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.11.rcgu.o +0 -0
  176. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.12.rcgu.o +0 -0
  177. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.13.rcgu.o +0 -0
  178. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.14.rcgu.o +0 -0
  179. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.15.rcgu.o +0 -0
  180. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.2.rcgu.o +0 -0
  181. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.3.rcgu.o +0 -0
  182. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.4.rcgu.o +0 -0
  183. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.5.rcgu.o +0 -0
  184. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.6.rcgu.o +0 -0
  185. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.7.rcgu.o +0 -0
  186. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.8.rcgu.o +0 -0
  187. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.build_script_build.19bb7b0e-cgu.9.rcgu.o +0 -0
  188. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-6e2049e8ec94cb2d/build_script_build-6e2049e8ec94cb2d.d +0 -5
  189. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-f2db1e6f18420d0c/invoked.timestamp +0 -1
  190. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-f2db1e6f18420d0c/output +0 -3
  191. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-f2db1e6f18420d0c/root-output +0 -1
  192. data/ext/fast_mmaped_file_rs/target/debug/build/proc-macro2-f2db1e6f18420d0c/stderr +0 -0
  193. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build-script-build +0 -0
  194. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab +0 -0
  195. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.0.rcgu.o +0 -0
  196. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.1.rcgu.o +0 -0
  197. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.10.rcgu.o +0 -0
  198. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.11.rcgu.o +0 -0
  199. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.12.rcgu.o +0 -0
  200. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.13.rcgu.o +0 -0
  201. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.14.rcgu.o +0 -0
  202. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.15.rcgu.o +0 -0
  203. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.2.rcgu.o +0 -0
  204. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.3.rcgu.o +0 -0
  205. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.4.rcgu.o +0 -0
  206. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.5.rcgu.o +0 -0
  207. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.6.rcgu.o +0 -0
  208. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.7.rcgu.o +0 -0
  209. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.8.rcgu.o +0 -0
  210. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.build_script_build.3f944e8b-cgu.9.rcgu.o +0 -0
  211. data/ext/fast_mmaped_file_rs/target/debug/build/quote-b9b4c50cc414b6ab/build_script_build-b9b4c50cc414b6ab.d +0 -5
  212. data/ext/fast_mmaped_file_rs/target/debug/build/quote-fa93463fce15e4d9/invoked.timestamp +0 -1
  213. data/ext/fast_mmaped_file_rs/target/debug/build/quote-fa93463fce15e4d9/output +0 -1
  214. data/ext/fast_mmaped_file_rs/target/debug/build/quote-fa93463fce15e4d9/root-output +0 -1
  215. data/ext/fast_mmaped_file_rs/target/debug/build/quote-fa93463fce15e4d9/stderr +0 -0
  216. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-64bcec2f03e74bb9/invoked.timestamp +0 -1
  217. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-64bcec2f03e74bb9/out/bindings-0.9.65-arm64-darwin22-3.0.0.rs +0 -9711
  218. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-64bcec2f03e74bb9/out/cfg-capture-0.9.65-arm64-darwin22-3.0.0 +0 -331
  219. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-64bcec2f03e74bb9/output +0 -2125
  220. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-64bcec2f03e74bb9/root-output +0 -1
  221. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-64bcec2f03e74bb9/stderr +0 -1
  222. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build-script-main +0 -0
  223. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88 +0 -0
  224. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.0.rcgu.o +0 -0
  225. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.1.rcgu.o +0 -0
  226. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.10.rcgu.o +0 -0
  227. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.11.rcgu.o +0 -0
  228. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.12.rcgu.o +0 -0
  229. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.13.rcgu.o +0 -0
  230. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.14.rcgu.o +0 -0
  231. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.15.rcgu.o +0 -0
  232. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.2.rcgu.o +0 -0
  233. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.3.rcgu.o +0 -0
  234. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.4.rcgu.o +0 -0
  235. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.5.rcgu.o +0 -0
  236. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.6.rcgu.o +0 -0
  237. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.7.rcgu.o +0 -0
  238. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.8.rcgu.o +0 -0
  239. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.build_script_main.5a65c11a-cgu.9.rcgu.o +0 -0
  240. data/ext/fast_mmaped_file_rs/target/debug/build/rb-sys-9083304803963f88/build_script_main-9083304803963f88.d +0 -10
  241. data/ext/fast_mmaped_file_rs/target/debug/build/syn-697d4b0f5d88ed39/invoked.timestamp +0 -1
  242. data/ext/fast_mmaped_file_rs/target/debug/build/syn-697d4b0f5d88ed39/output +0 -1
  243. data/ext/fast_mmaped_file_rs/target/debug/build/syn-697d4b0f5d88ed39/root-output +0 -1
  244. data/ext/fast_mmaped_file_rs/target/debug/build/syn-697d4b0f5d88ed39/stderr +0 -0
  245. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build-script-build +0 -0
  246. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92 +0 -0
  247. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.0.rcgu.o +0 -0
  248. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.1.rcgu.o +0 -0
  249. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.10.rcgu.o +0 -0
  250. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.11.rcgu.o +0 -0
  251. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.12.rcgu.o +0 -0
  252. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.13.rcgu.o +0 -0
  253. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.14.rcgu.o +0 -0
  254. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.15.rcgu.o +0 -0
  255. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.2.rcgu.o +0 -0
  256. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.3.rcgu.o +0 -0
  257. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.4.rcgu.o +0 -0
  258. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.5.rcgu.o +0 -0
  259. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.6.rcgu.o +0 -0
  260. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.7.rcgu.o +0 -0
  261. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.8.rcgu.o +0 -0
  262. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.build_script_build.c10d3799-cgu.9.rcgu.o +0 -0
  263. data/ext/fast_mmaped_file_rs/target/debug/build/syn-88f9a2a412406d92/build_script_build-88f9a2a412406d92.d +0 -5
  264. data/ext/fast_mmaped_file_rs/target/debug/deps/aho_corasick-97991dcc333ad694.d +0 -22
  265. data/ext/fast_mmaped_file_rs/target/debug/deps/aho_corasick-d8d61279bf830640.d +0 -20
  266. data/ext/fast_mmaped_file_rs/target/debug/deps/anyhow-1f4eaff738c1d634.d +0 -17
  267. data/ext/fast_mmaped_file_rs/target/debug/deps/anyhow-7e00bc4336c53e8b.d +0 -15
  268. data/ext/fast_mmaped_file_rs/target/debug/deps/bindgen-33a32260db6bc10c.d +0 -55
  269. data/ext/fast_mmaped_file_rs/target/debug/deps/bitflags-eba7813632a4a416.d +0 -7
  270. data/ext/fast_mmaped_file_rs/target/debug/deps/cexpr-a01459f5b521b96d.d +0 -10
  271. data/ext/fast_mmaped_file_rs/target/debug/deps/cfg_if-4b6040eead853493.d +0 -7
  272. data/ext/fast_mmaped_file_rs/target/debug/deps/clang_sys-39d8a5477b3a36f4.d +0 -14
  273. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs-c5c24c84f6e30fe7.d +0 -8
  274. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs-cda8ef75ce375148.d +0 -8
  275. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.15ujwsn0snqc55m7.rcgu.o +0 -0
  276. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.17ku8nlcg02ec9ly.rcgu.o +0 -0
  277. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1801es5c2l0j3kk9.rcgu.o +0 -0
  278. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.18phw72oy11a9gr6.rcgu.o +0 -0
  279. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.18vazf3k4uoffhm4.rcgu.o +0 -0
  280. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1964duayv0u0scbv.rcgu.o +0 -0
  281. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1aet0q1gx6w7sexk.rcgu.o +0 -0
  282. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1awgtg6sqhhsvvu9.rcgu.o +0 -0
  283. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1edvjx98x24mro90.rcgu.o +0 -0
  284. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1ewifysk8fm136pa.rcgu.o +0 -0
  285. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1guwkh0gzgne3m9w.rcgu.o +0 -0
  286. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1h7zu4opdw6g3x15.rcgu.o +0 -0
  287. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1jrf2ntadgt4lxt2.rcgu.o +0 -0
  288. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1js3qqq85d5el1kp.rcgu.o +0 -0
  289. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1owkzyiu558su24f.rcgu.o +0 -0
  290. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1r9wwdqvqapfoq92.rcgu.o +0 -0
  291. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1tcyds1y6oofh4nq.rcgu.o +0 -0
  292. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.1zld77p8a4gup7wl.rcgu.o +0 -0
  293. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.20rcpvawec2bpb84.rcgu.o +0 -0
  294. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.21vg6b5ivjf7e1hf.rcgu.o +0 -0
  295. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.22yzbttlyxet6ywu.rcgu.o +0 -0
  296. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.23z5dpa3r0ycpivr.rcgu.o +0 -0
  297. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.28v0zglozw2bzbea.rcgu.o +0 -0
  298. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2b8y1jdzyktaphnl.rcgu.o +0 -0
  299. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2cww9v63hoh8qvz5.rcgu.o +0 -0
  300. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2dp6yv3iy4cpnxhb.rcgu.o +0 -0
  301. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2fwy7i1yzumsnl1o.rcgu.o +0 -0
  302. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2fy574weokkugt6n.rcgu.o +0 -0
  303. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2g4k87nq3tgm5hd6.rcgu.o +0 -0
  304. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2i2wlcpuit7fgtv.rcgu.o +0 -0
  305. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2ixjcogsfgfpz4p8.rcgu.o +0 -0
  306. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2jbbfqhbsr99etj5.rcgu.o +0 -0
  307. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2jqtvdfk38nrfprt.rcgu.o +0 -0
  308. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2m13loh7nwj51yn3.rcgu.o +0 -0
  309. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2oevzfmb2tf0i558.rcgu.o +0 -0
  310. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2p8z8hpjnef36m4q.rcgu.o +0 -0
  311. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2qb3zfiss0ynckzb.rcgu.o +0 -0
  312. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2tv63epsbgacb53u.rcgu.o +0 -0
  313. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2u0ueqbjq5iuc1mh.rcgu.o +0 -0
  314. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2uihxl2gq5tubhnj.rcgu.o +0 -0
  315. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2uxstu4dpfqkyjil.rcgu.o +0 -0
  316. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2vesv33a2n7zxjpa.rcgu.o +0 -0
  317. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2w4lo4ve04hyztzx.rcgu.o +0 -0
  318. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2wcdgq2uyhf54s9r.rcgu.o +0 -0
  319. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2xkd82xkd4irlmhj.rcgu.o +0 -0
  320. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2y70y1atkzvi9cnp.rcgu.o +0 -0
  321. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2ye0ezqe8mh2gsvq.rcgu.o +0 -0
  322. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.2zx56352g1ky6lnp.rcgu.o +0 -0
  323. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3230220uc9c643wj.rcgu.o +0 -0
  324. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.342whcwt1lzlmk0f.rcgu.o +0 -0
  325. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.39z50n2uozrrhvd0.rcgu.o +0 -0
  326. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3b4mg7k8pg2xq3j0.rcgu.o +0 -0
  327. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3cjrr1ir5tunj4gn.rcgu.o +0 -0
  328. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3czp3i3qf1gitx6d.rcgu.o +0 -0
  329. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3ddoxyeog1i6d609.rcgu.o +0 -0
  330. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3fxnncifv40yvopp.rcgu.o +0 -0
  331. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3hjhjuo3643ayv5m.rcgu.o +0 -0
  332. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3hpz5iypujnkh2j7.rcgu.o +0 -0
  333. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3k4c8dz036564362.rcgu.o +0 -0
  334. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3kd8451xl34vqk6.rcgu.o +0 -0
  335. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3kimas0ks5fjeso2.rcgu.o +0 -0
  336. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3m6r8zp84c8t2urw.rcgu.o +0 -0
  337. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3mgciov17yi36838.rcgu.o +0 -0
  338. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3nmgqx7y1t1izflu.rcgu.o +0 -0
  339. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3pm9t0ma9wixwzal.rcgu.o +0 -0
  340. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3u11rq5oa3jb2yp4.rcgu.o +0 -0
  341. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.3u3h4ygwz7nleg65.rcgu.o +0 -0
  342. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.428g43yhevosd5i.rcgu.o +0 -0
  343. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.43quk75w3qj0q8n5.rcgu.o +0 -0
  344. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.45iesy2kqq27y0ak.rcgu.o +0 -0
  345. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.46hhrhk61vgqjqdz.rcgu.o +0 -0
  346. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.46iukqtwanygbi5z.rcgu.o +0 -0
  347. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.49k8embe7psk8lbj.rcgu.o +0 -0
  348. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4d94l15apg03x37q.rcgu.o +0 -0
  349. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4dk8e8pxsnfvqzc3.rcgu.o +0 -0
  350. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4e0dtyu2ekdr05kh.rcgu.o +0 -0
  351. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4f7mvok0eee2301e.rcgu.o +0 -0
  352. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4igejlbqi6qdsr9l.rcgu.o +0 -0
  353. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4k7fa1of0jq8mgxc.rcgu.o +0 -0
  354. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4lk7z20hydd25kk0.rcgu.o +0 -0
  355. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4lwsd3eiht8rm5il.rcgu.o +0 -0
  356. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4ms4jmeoslktj3qn.rcgu.o +0 -0
  357. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4of78uo9bba51jyu.rcgu.o +0 -0
  358. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4pa557lgouduf49i.rcgu.o +0 -0
  359. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4pi493kasizhxq3f.rcgu.o +0 -0
  360. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4rjeq6iizls199lj.rcgu.o +0 -0
  361. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4vwygspesrkgiwt6.rcgu.o +0 -0
  362. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4vxp3qk4vhg3fzq.rcgu.o +0 -0
  363. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4zachmrorak4tnw9.rcgu.o +0 -0
  364. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.4zojhni81pqedd6c.rcgu.o +0 -0
  365. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.52146kgckctpjxd1.rcgu.o +0 -0
  366. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.54hvnrxr5lib4pgv.rcgu.o +0 -0
  367. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.57ot5t0tedlwrg7x.rcgu.o +0 -0
  368. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.58eap52eau37ggbp.rcgu.o +0 -0
  369. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.58j6bf5v7cqbci3s.rcgu.o +0 -0
  370. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.5953qdx6oa9wslis.rcgu.o +0 -0
  371. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.59kp0j5q10okbxj7.rcgu.o +0 -0
  372. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.5bino0qvberudww5.rcgu.o +0 -0
  373. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.5bnkjrxwxbettwka.rcgu.o +0 -0
  374. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.5cd0br2g64cerb7x.rcgu.o +0 -0
  375. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.5d3szusz54ch976d.rcgu.o +0 -0
  376. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.5d7bjze2ztlq2rhm.rcgu.o +0 -0
  377. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.5fs59f63vskxuyw0.rcgu.o +0 -0
  378. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.66i81rejodtf5gr.rcgu.o +0 -0
  379. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.6u6b9su3s8hokcr.rcgu.o +0 -0
  380. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.a6tnhdsslivxa5s.rcgu.o +0 -0
  381. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.d +0 -8
  382. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.fbxi5kdgcqpuci0.rcgu.o +0 -0
  383. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.ffb28ko15odck48.rcgu.o +0 -0
  384. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.hp566hsxyzdcjf6.rcgu.o +0 -0
  385. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.idui124msob2xd0.rcgu.o +0 -0
  386. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.j5v5ocz2dfn7kz6.rcgu.o +0 -0
  387. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.l37wzwu1ezlv8bd.rcgu.o +0 -0
  388. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.m7ui2duq26tb42o.rcgu.o +0 -0
  389. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.mhh36gnoesdejge.rcgu.o +0 -0
  390. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.nh5u4c1wqu6pke4.rcgu.o +0 -0
  391. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.okvo2doz168sj4a.rcgu.o +0 -0
  392. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.pcjhywy2zk15roj.rcgu.o +0 -0
  393. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.ra2n1i3rg0bax7p.rcgu.o +0 -0
  394. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.t88ust2jr8l8559.rcgu.o +0 -0
  395. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.thnbqpuj62tdz3x.rcgu.o +0 -0
  396. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.vbrjs39va49asp9.rcgu.o +0 -0
  397. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.woia97u4k230re0.rcgu.o +0 -0
  398. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.ybiazduxus4b93f.rcgu.o +0 -0
  399. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.zgkmdyrfwxik06z.rcgu.o +0 -0
  400. data/ext/fast_mmaped_file_rs/target/debug/deps/fast_mmaped_file_rs.zv5arvqx9zugsuv.rcgu.o +0 -0
  401. data/ext/fast_mmaped_file_rs/target/debug/deps/glob-78b1aa91f3bb80d3.d +0 -7
  402. data/ext/fast_mmaped_file_rs/target/debug/deps/lazy_static-2198cc8dd49f6478.d +0 -8
  403. data/ext/fast_mmaped_file_rs/target/debug/deps/lazy_static-992313905a95b446.d +0 -6
  404. data/ext/fast_mmaped_file_rs/target/debug/deps/lazycell-690fd33b6460c044.d +0 -7
  405. data/ext/fast_mmaped_file_rs/target/debug/deps/libaho_corasick-97991dcc333ad694.rlib +0 -0
  406. data/ext/fast_mmaped_file_rs/target/debug/deps/libaho_corasick-97991dcc333ad694.rmeta +0 -0
  407. data/ext/fast_mmaped_file_rs/target/debug/deps/libaho_corasick-d8d61279bf830640.rmeta +0 -0
  408. data/ext/fast_mmaped_file_rs/target/debug/deps/libanyhow-1f4eaff738c1d634.rlib +0 -0
  409. data/ext/fast_mmaped_file_rs/target/debug/deps/libanyhow-1f4eaff738c1d634.rmeta +0 -0
  410. data/ext/fast_mmaped_file_rs/target/debug/deps/libanyhow-7e00bc4336c53e8b.rmeta +0 -0
  411. data/ext/fast_mmaped_file_rs/target/debug/deps/libbindgen-33a32260db6bc10c.rlib +0 -0
  412. data/ext/fast_mmaped_file_rs/target/debug/deps/libbindgen-33a32260db6bc10c.rmeta +0 -0
  413. data/ext/fast_mmaped_file_rs/target/debug/deps/libbitflags-eba7813632a4a416.rlib +0 -0
  414. data/ext/fast_mmaped_file_rs/target/debug/deps/libbitflags-eba7813632a4a416.rmeta +0 -0
  415. data/ext/fast_mmaped_file_rs/target/debug/deps/libc-0b95094199854cbf.d +0 -16
  416. data/ext/fast_mmaped_file_rs/target/debug/deps/libcexpr-a01459f5b521b96d.rlib +0 -0
  417. data/ext/fast_mmaped_file_rs/target/debug/deps/libcexpr-a01459f5b521b96d.rmeta +0 -0
  418. data/ext/fast_mmaped_file_rs/target/debug/deps/libcfg_if-4b6040eead853493.rlib +0 -0
  419. data/ext/fast_mmaped_file_rs/target/debug/deps/libcfg_if-4b6040eead853493.rmeta +0 -0
  420. data/ext/fast_mmaped_file_rs/target/debug/deps/libclang_sys-39d8a5477b3a36f4.rlib +0 -0
  421. data/ext/fast_mmaped_file_rs/target/debug/deps/libclang_sys-39d8a5477b3a36f4.rmeta +0 -0
  422. data/ext/fast_mmaped_file_rs/target/debug/deps/libfast_mmaped_file_rs-c5c24c84f6e30fe7.rmeta +0 -0
  423. data/ext/fast_mmaped_file_rs/target/debug/deps/libfast_mmaped_file_rs-cda8ef75ce375148.rmeta +0 -0
  424. data/ext/fast_mmaped_file_rs/target/debug/deps/libglob-78b1aa91f3bb80d3.rlib +0 -0
  425. data/ext/fast_mmaped_file_rs/target/debug/deps/libglob-78b1aa91f3bb80d3.rmeta +0 -0
  426. data/ext/fast_mmaped_file_rs/target/debug/deps/liblazy_static-2198cc8dd49f6478.rlib +0 -0
  427. data/ext/fast_mmaped_file_rs/target/debug/deps/liblazy_static-2198cc8dd49f6478.rmeta +0 -0
  428. data/ext/fast_mmaped_file_rs/target/debug/deps/liblazy_static-992313905a95b446.rmeta +0 -0
  429. data/ext/fast_mmaped_file_rs/target/debug/deps/liblazycell-690fd33b6460c044.rlib +0 -0
  430. data/ext/fast_mmaped_file_rs/target/debug/deps/liblazycell-690fd33b6460c044.rmeta +0 -0
  431. data/ext/fast_mmaped_file_rs/target/debug/deps/liblibc-0b95094199854cbf.rlib +0 -0
  432. data/ext/fast_mmaped_file_rs/target/debug/deps/liblibc-0b95094199854cbf.rmeta +0 -0
  433. data/ext/fast_mmaped_file_rs/target/debug/deps/liblibloading-425f55ae407329f4.rlib +0 -0
  434. data/ext/fast_mmaped_file_rs/target/debug/deps/liblibloading-425f55ae407329f4.rmeta +0 -0
  435. data/ext/fast_mmaped_file_rs/target/debug/deps/libloading-425f55ae407329f4.d +0 -14
  436. data/ext/fast_mmaped_file_rs/target/debug/deps/libmagnus-3efeb9f2528a939c.rlib +0 -0
  437. data/ext/fast_mmaped_file_rs/target/debug/deps/libmagnus-3efeb9f2528a939c.rmeta +0 -0
  438. data/ext/fast_mmaped_file_rs/target/debug/deps/libmagnus-e77f7ef33e06889d.rmeta +0 -0
  439. data/ext/fast_mmaped_file_rs/target/debug/deps/libmagnus_macros-a5b1bc38edb334ed.dylib +0 -0
  440. data/ext/fast_mmaped_file_rs/target/debug/deps/libmemchr-485781b9ae5fa729.rmeta +0 -0
  441. data/ext/fast_mmaped_file_rs/target/debug/deps/libmemchr-826181fa31fac48c.rlib +0 -0
  442. data/ext/fast_mmaped_file_rs/target/debug/deps/libmemchr-826181fa31fac48c.rmeta +0 -0
  443. data/ext/fast_mmaped_file_rs/target/debug/deps/libminimal_lexical-1e20705c43dbd33c.rlib +0 -0
  444. data/ext/fast_mmaped_file_rs/target/debug/deps/libminimal_lexical-1e20705c43dbd33c.rmeta +0 -0
  445. data/ext/fast_mmaped_file_rs/target/debug/deps/libnom-deacf0653fe7f013.rlib +0 -0
  446. data/ext/fast_mmaped_file_rs/target/debug/deps/libnom-deacf0653fe7f013.rmeta +0 -0
  447. data/ext/fast_mmaped_file_rs/target/debug/deps/libpeeking_take_while-a1b729d002b9ee99.rlib +0 -0
  448. data/ext/fast_mmaped_file_rs/target/debug/deps/libpeeking_take_while-a1b729d002b9ee99.rmeta +0 -0
  449. data/ext/fast_mmaped_file_rs/target/debug/deps/libproc_macro2-295997a2aafa66f1.rlib +0 -0
  450. data/ext/fast_mmaped_file_rs/target/debug/deps/libproc_macro2-295997a2aafa66f1.rmeta +0 -0
  451. data/ext/fast_mmaped_file_rs/target/debug/deps/libquote-6ab17ba54b7dc272.rlib +0 -0
  452. data/ext/fast_mmaped_file_rs/target/debug/deps/libquote-6ab17ba54b7dc272.rmeta +0 -0
  453. data/ext/fast_mmaped_file_rs/target/debug/deps/librb_sys-a614b57821e11cee.rmeta +0 -0
  454. data/ext/fast_mmaped_file_rs/target/debug/deps/librb_sys-cda1a1e28838b8f3.rlib +0 -0
  455. data/ext/fast_mmaped_file_rs/target/debug/deps/librb_sys-cda1a1e28838b8f3.rmeta +0 -0
  456. data/ext/fast_mmaped_file_rs/target/debug/deps/librb_sys_build-54781410b7f68e65.rlib +0 -0
  457. data/ext/fast_mmaped_file_rs/target/debug/deps/librb_sys_build-54781410b7f68e65.rmeta +0 -0
  458. data/ext/fast_mmaped_file_rs/target/debug/deps/librb_sys_env-8b04fed8d1795aec.rlib +0 -0
  459. data/ext/fast_mmaped_file_rs/target/debug/deps/librb_sys_env-8b04fed8d1795aec.rmeta +0 -0
  460. data/ext/fast_mmaped_file_rs/target/debug/deps/libregex-183cb374a3d7dcb0.rlib +0 -0
  461. data/ext/fast_mmaped_file_rs/target/debug/deps/libregex-183cb374a3d7dcb0.rmeta +0 -0
  462. data/ext/fast_mmaped_file_rs/target/debug/deps/libregex-ae3ae2cf94722b4b.rmeta +0 -0
  463. data/ext/fast_mmaped_file_rs/target/debug/deps/libregex_syntax-3cabee2977ffb155.rlib +0 -0
  464. data/ext/fast_mmaped_file_rs/target/debug/deps/libregex_syntax-3cabee2977ffb155.rmeta +0 -0
  465. data/ext/fast_mmaped_file_rs/target/debug/deps/libregex_syntax-6664fb86412ccd8d.rmeta +0 -0
  466. data/ext/fast_mmaped_file_rs/target/debug/deps/librustc_hash-a8ffd6dd8fc5105e.rlib +0 -0
  467. data/ext/fast_mmaped_file_rs/target/debug/deps/librustc_hash-a8ffd6dd8fc5105e.rmeta +0 -0
  468. data/ext/fast_mmaped_file_rs/target/debug/deps/libsame_file-8c82b1fd0ebb345f.rmeta +0 -0
  469. data/ext/fast_mmaped_file_rs/target/debug/deps/libsame_file-8d1365809c63e053.rlib +0 -0
  470. data/ext/fast_mmaped_file_rs/target/debug/deps/libsame_file-8d1365809c63e053.rmeta +0 -0
  471. data/ext/fast_mmaped_file_rs/target/debug/deps/libshell_words-8b0e8d2abdcce6f9.rlib +0 -0
  472. data/ext/fast_mmaped_file_rs/target/debug/deps/libshell_words-8b0e8d2abdcce6f9.rmeta +0 -0
  473. data/ext/fast_mmaped_file_rs/target/debug/deps/libshlex-1ccda2c0de4c6052.rlib +0 -0
  474. data/ext/fast_mmaped_file_rs/target/debug/deps/libshlex-1ccda2c0de4c6052.rmeta +0 -0
  475. data/ext/fast_mmaped_file_rs/target/debug/deps/libsyn-d41bf98ac8d2d8f2.rlib +0 -0
  476. data/ext/fast_mmaped_file_rs/target/debug/deps/libsyn-d41bf98ac8d2d8f2.rmeta +0 -0
  477. data/ext/fast_mmaped_file_rs/target/debug/deps/libunicode_ident-ea14fedcdbc884e0.rlib +0 -0
  478. data/ext/fast_mmaped_file_rs/target/debug/deps/libunicode_ident-ea14fedcdbc884e0.rmeta +0 -0
  479. data/ext/fast_mmaped_file_rs/target/debug/deps/libwalkdir-520b8268cc17675b.rlib +0 -0
  480. data/ext/fast_mmaped_file_rs/target/debug/deps/libwalkdir-520b8268cc17675b.rmeta +0 -0
  481. data/ext/fast_mmaped_file_rs/target/debug/deps/libwalkdir-6dea3f8d65d63178.rmeta +0 -0
  482. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus-3efeb9f2528a939c.d +0 -44
  483. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus-e77f7ef33e06889d.d +0 -42
  484. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.d +0 -8
  485. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.0.rcgu.o +0 -0
  486. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.1.rcgu.o +0 -0
  487. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.10.rcgu.o +0 -0
  488. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.11.rcgu.o +0 -0
  489. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.12.rcgu.o +0 -0
  490. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.13.rcgu.o +0 -0
  491. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.14.rcgu.o +0 -0
  492. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.15.rcgu.o +0 -0
  493. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.2.rcgu.o +0 -0
  494. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.3.rcgu.o +0 -0
  495. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.4.rcgu.o +0 -0
  496. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.5.rcgu.o +0 -0
  497. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.6.rcgu.o +0 -0
  498. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.7.rcgu.o +0 -0
  499. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.8.rcgu.o +0 -0
  500. data/ext/fast_mmaped_file_rs/target/debug/deps/magnus_macros-a5b1bc38edb334ed.magnus_macros.c578045b-cgu.9.rcgu.o +0 -0
  501. data/ext/fast_mmaped_file_rs/target/debug/deps/memchr-485781b9ae5fa729.d +0 -18
  502. data/ext/fast_mmaped_file_rs/target/debug/deps/memchr-826181fa31fac48c.d +0 -20
  503. data/ext/fast_mmaped_file_rs/target/debug/deps/minimal_lexical-1e20705c43dbd33c.d +0 -25
  504. data/ext/fast_mmaped_file_rs/target/debug/deps/nom-deacf0653fe7f013.d +0 -28
  505. data/ext/fast_mmaped_file_rs/target/debug/deps/peeking_take_while-a1b729d002b9ee99.d +0 -7
  506. data/ext/fast_mmaped_file_rs/target/debug/deps/proc_macro2-295997a2aafa66f1.d +0 -13
  507. data/ext/fast_mmaped_file_rs/target/debug/deps/quote-6ab17ba54b7dc272.d +0 -13
  508. data/ext/fast_mmaped_file_rs/target/debug/deps/rb_sys-a614b57821e11cee.d +0 -12
  509. data/ext/fast_mmaped_file_rs/target/debug/deps/rb_sys-cda1a1e28838b8f3.d +0 -14
  510. data/ext/fast_mmaped_file_rs/target/debug/deps/rb_sys_build-54781410b7f68e65.d +0 -18
  511. data/ext/fast_mmaped_file_rs/target/debug/deps/rb_sys_env-8b04fed8d1795aec.d +0 -11
  512. data/ext/fast_mmaped_file_rs/target/debug/deps/regex-183cb374a3d7dcb0.d +0 -27
  513. data/ext/fast_mmaped_file_rs/target/debug/deps/regex-ae3ae2cf94722b4b.d +0 -25
  514. data/ext/fast_mmaped_file_rs/target/debug/deps/regex_syntax-3cabee2977ffb155.d +0 -35
  515. data/ext/fast_mmaped_file_rs/target/debug/deps/regex_syntax-6664fb86412ccd8d.d +0 -33
  516. data/ext/fast_mmaped_file_rs/target/debug/deps/rustc_hash-a8ffd6dd8fc5105e.d +0 -7
  517. data/ext/fast_mmaped_file_rs/target/debug/deps/same_file-8c82b1fd0ebb345f.d +0 -6
  518. data/ext/fast_mmaped_file_rs/target/debug/deps/same_file-8d1365809c63e053.d +0 -8
  519. data/ext/fast_mmaped_file_rs/target/debug/deps/shell_words-8b0e8d2abdcce6f9.d +0 -7
  520. data/ext/fast_mmaped_file_rs/target/debug/deps/shlex-1ccda2c0de4c6052.d +0 -7
  521. data/ext/fast_mmaped_file_rs/target/debug/deps/syn-d41bf98ac8d2d8f2.d +0 -55
  522. data/ext/fast_mmaped_file_rs/target/debug/deps/unicode_ident-ea14fedcdbc884e0.d +0 -8
  523. data/ext/fast_mmaped_file_rs/target/debug/deps/walkdir-520b8268cc17675b.d +0 -10
  524. data/ext/fast_mmaped_file_rs/target/debug/deps/walkdir-6dea3f8d65d63178.d +0 -8
  525. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/15ujwsn0snqc55m7.o +0 -0
  526. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/17ku8nlcg02ec9ly.o +0 -0
  527. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1801es5c2l0j3kk9.o +0 -0
  528. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/18phw72oy11a9gr6.o +0 -0
  529. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/18vazf3k4uoffhm4.o +0 -0
  530. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1964duayv0u0scbv.o +0 -0
  531. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1aet0q1gx6w7sexk.o +0 -0
  532. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1awgtg6sqhhsvvu9.o +0 -0
  533. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1edvjx98x24mro90.o +0 -0
  534. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1ewifysk8fm136pa.o +0 -0
  535. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1guwkh0gzgne3m9w.o +0 -0
  536. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1h7zu4opdw6g3x15.o +0 -0
  537. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1jrf2ntadgt4lxt2.o +0 -0
  538. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1js3qqq85d5el1kp.o +0 -0
  539. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1owkzyiu558su24f.o +0 -0
  540. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1r9wwdqvqapfoq92.o +0 -0
  541. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1tcyds1y6oofh4nq.o +0 -0
  542. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/1zld77p8a4gup7wl.o +0 -0
  543. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/20rcpvawec2bpb84.o +0 -0
  544. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/21vg6b5ivjf7e1hf.o +0 -0
  545. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/22yzbttlyxet6ywu.o +0 -0
  546. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/23z5dpa3r0ycpivr.o +0 -0
  547. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/28v0zglozw2bzbea.o +0 -0
  548. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2b8y1jdzyktaphnl.o +0 -0
  549. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2cww9v63hoh8qvz5.o +0 -0
  550. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2dp6yv3iy4cpnxhb.o +0 -0
  551. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2fwy7i1yzumsnl1o.o +0 -0
  552. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2fy574weokkugt6n.o +0 -0
  553. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2g4k87nq3tgm5hd6.o +0 -0
  554. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2i2wlcpuit7fgtv.o +0 -0
  555. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2ixjcogsfgfpz4p8.o +0 -0
  556. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2jbbfqhbsr99etj5.o +0 -0
  557. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2jqtvdfk38nrfprt.o +0 -0
  558. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2m13loh7nwj51yn3.o +0 -0
  559. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2oevzfmb2tf0i558.o +0 -0
  560. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2p8z8hpjnef36m4q.o +0 -0
  561. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2qb3zfiss0ynckzb.o +0 -0
  562. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2tv63epsbgacb53u.o +0 -0
  563. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2u0ueqbjq5iuc1mh.o +0 -0
  564. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2uihxl2gq5tubhnj.o +0 -0
  565. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2uxstu4dpfqkyjil.o +0 -0
  566. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2vesv33a2n7zxjpa.o +0 -0
  567. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2w4lo4ve04hyztzx.o +0 -0
  568. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2wcdgq2uyhf54s9r.o +0 -0
  569. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2xkd82xkd4irlmhj.o +0 -0
  570. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2y70y1atkzvi9cnp.o +0 -0
  571. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2ye0ezqe8mh2gsvq.o +0 -0
  572. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/2zx56352g1ky6lnp.o +0 -0
  573. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3230220uc9c643wj.o +0 -0
  574. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/342whcwt1lzlmk0f.o +0 -0
  575. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/39z50n2uozrrhvd0.o +0 -0
  576. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3b4mg7k8pg2xq3j0.o +0 -0
  577. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3cjrr1ir5tunj4gn.o +0 -0
  578. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3czp3i3qf1gitx6d.o +0 -0
  579. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3ddoxyeog1i6d609.o +0 -0
  580. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3fxnncifv40yvopp.o +0 -0
  581. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3hjhjuo3643ayv5m.o +0 -0
  582. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3hpz5iypujnkh2j7.o +0 -0
  583. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3k4c8dz036564362.o +0 -0
  584. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3kd8451xl34vqk6.o +0 -0
  585. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3kimas0ks5fjeso2.o +0 -0
  586. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3m6r8zp84c8t2urw.o +0 -0
  587. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3mgciov17yi36838.o +0 -0
  588. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3nmgqx7y1t1izflu.o +0 -0
  589. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3pm9t0ma9wixwzal.o +0 -0
  590. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3u11rq5oa3jb2yp4.o +0 -0
  591. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/3u3h4ygwz7nleg65.o +0 -0
  592. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/428g43yhevosd5i.o +0 -0
  593. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/43quk75w3qj0q8n5.o +0 -0
  594. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/45iesy2kqq27y0ak.o +0 -0
  595. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/46hhrhk61vgqjqdz.o +0 -0
  596. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/46iukqtwanygbi5z.o +0 -0
  597. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/49k8embe7psk8lbj.o +0 -0
  598. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4d94l15apg03x37q.o +0 -0
  599. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4dk8e8pxsnfvqzc3.o +0 -0
  600. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4e0dtyu2ekdr05kh.o +0 -0
  601. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4f7mvok0eee2301e.o +0 -0
  602. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4igejlbqi6qdsr9l.o +0 -0
  603. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4k7fa1of0jq8mgxc.o +0 -0
  604. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4lk7z20hydd25kk0.o +0 -0
  605. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4lwsd3eiht8rm5il.o +0 -0
  606. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4ms4jmeoslktj3qn.o +0 -0
  607. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4of78uo9bba51jyu.o +0 -0
  608. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4pa557lgouduf49i.o +0 -0
  609. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4pi493kasizhxq3f.o +0 -0
  610. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4rjeq6iizls199lj.o +0 -0
  611. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4vwygspesrkgiwt6.o +0 -0
  612. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4vxp3qk4vhg3fzq.o +0 -0
  613. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4zachmrorak4tnw9.o +0 -0
  614. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/4zojhni81pqedd6c.o +0 -0
  615. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/52146kgckctpjxd1.o +0 -0
  616. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/54hvnrxr5lib4pgv.o +0 -0
  617. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/57ot5t0tedlwrg7x.o +0 -0
  618. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/58j6bf5v7cqbci3s.o +0 -0
  619. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/5953qdx6oa9wslis.o +0 -0
  620. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/59kp0j5q10okbxj7.o +0 -0
  621. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/5bino0qvberudww5.o +0 -0
  622. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/5bnkjrxwxbettwka.o +0 -0
  623. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/5cd0br2g64cerb7x.o +0 -0
  624. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/5d3szusz54ch976d.o +0 -0
  625. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/5d7bjze2ztlq2rhm.o +0 -0
  626. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/5fs59f63vskxuyw0.o +0 -0
  627. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/66i81rejodtf5gr.o +0 -0
  628. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/6u6b9su3s8hokcr.o +0 -0
  629. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/a6tnhdsslivxa5s.o +0 -0
  630. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/dep-graph.bin +0 -0
  631. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/fbxi5kdgcqpuci0.o +0 -0
  632. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/ffb28ko15odck48.o +0 -0
  633. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/hp566hsxyzdcjf6.o +0 -0
  634. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/idui124msob2xd0.o +0 -0
  635. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/j5v5ocz2dfn7kz6.o +0 -0
  636. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/l37wzwu1ezlv8bd.o +0 -0
  637. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/m7ui2duq26tb42o.o +0 -0
  638. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/mhh36gnoesdejge.o +0 -0
  639. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/nh5u4c1wqu6pke4.o +0 -0
  640. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/okvo2doz168sj4a.o +0 -0
  641. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/pcjhywy2zk15roj.o +0 -0
  642. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/query-cache.bin +0 -0
  643. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/ra2n1i3rg0bax7p.o +0 -0
  644. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/t88ust2jr8l8559.o +0 -0
  645. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/thnbqpuj62tdz3x.o +0 -0
  646. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/vbrjs39va49asp9.o +0 -0
  647. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/woia97u4k230re0.o +0 -0
  648. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/work-products.bin +0 -0
  649. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/ybiazduxus4b93f.o +0 -0
  650. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/zgkmdyrfwxik06z.o +0 -0
  651. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq-3dkv1kr1t5qkb/zv5arvqx9zugsuv.o +0 -0
  652. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-1suefa7553u8m/s-gir39plo7q-hiqadq.lock +0 -0
  653. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5r91sy1-848v40-working/dep-graph.bin +0 -0
  654. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5r91sy1-848v40-working/dep-graph.part.bin +0 -0
  655. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5r91sy1-848v40-working/query-cache.bin +0 -0
  656. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5r91sy1-848v40-working/work-products.bin +0 -0
  657. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5r91sy1-848v40.lock +0 -0
  658. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5ralksy-1xsiwhg-working/dep-graph.bin +0 -0
  659. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5ralksy-1xsiwhg-working/dep-graph.part.bin +0 -0
  660. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5ralksy-1xsiwhg-working/query-cache.bin +0 -0
  661. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5ralksy-1xsiwhg-working/work-products.bin +0 -0
  662. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5ralksy-1xsiwhg.lock +0 -0
  663. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5reoktb-wp9lit-3rchzpzka86yq/dep-graph.bin +0 -0
  664. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5reoktb-wp9lit-3rchzpzka86yq/query-cache.bin +0 -0
  665. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5reoktb-wp9lit-3rchzpzka86yq/work-products.bin +0 -0
  666. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-226p26qo8eqce/s-gir5reoktb-wp9lit.lock +0 -0
  667. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5r91sxm-tininn-working/dep-graph.bin +0 -0
  668. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5r91sxm-tininn-working/dep-graph.part.bin +0 -0
  669. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5r91sxm-tininn-working/query-cache.bin +0 -0
  670. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5r91sxm-tininn-working/work-products.bin +0 -0
  671. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5r91sxm-tininn.lock +0 -0
  672. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5ralksx-1crxqsu-working/dep-graph.bin +0 -0
  673. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5ralksx-1crxqsu-working/dep-graph.part.bin +0 -0
  674. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5ralksx-1crxqsu-working/query-cache.bin +0 -0
  675. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5ralksx-1crxqsu-working/work-products.bin +0 -0
  676. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5ralksx-1crxqsu.lock +0 -0
  677. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5reol0d-rhnatf-3svr22e0nje3l/dep-graph.bin +0 -0
  678. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5reol0d-rhnatf-3svr22e0nje3l/query-cache.bin +0 -0
  679. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5reol0d-rhnatf-3svr22e0nje3l/work-products.bin +0 -0
  680. data/ext/fast_mmaped_file_rs/target/debug/incremental/fast_mmaped_file_rs-osrfid8izyzz/s-gir5reol0d-rhnatf.lock +0 -0
  681. data/lib/fast_mmaped_file.bundle +0 -0
  682. data/lib/fast_mmaped_file_rs.bundle +0 -0
  683. data/lib/mmap.rb +0 -7
  684. data/lib/prometheus/#client.rb# +0 -58
@@ -0,0 +1,473 @@
1
+ use std::mem::size_of;
2
+
3
+ use crate::error::MmapError;
4
+ use crate::util;
5
+ use crate::util::CheckedOps;
6
+ use crate::Result;
7
+
8
+ /// The logic to save a `MetricsEntry`, or parse one from a byte slice.
9
+ #[derive(PartialEq, Clone, Debug)]
10
+ pub struct RawEntry<'a> {
11
+ bytes: &'a [u8],
12
+ encoded_len: usize,
13
+ }
14
+
15
+ impl<'a> RawEntry<'a> {
16
+ /// Save an entry to the mmap, returning the value offset in the newly created entry.
17
+ pub fn save(bytes: &'a mut [u8], key: &[u8], value: f64) -> Result<usize> {
18
+ let total_len = Self::calc_total_len(key.len())?;
19
+
20
+ if total_len > bytes.len() {
21
+ return Err(MmapError::Other(format!(
22
+ "entry length {total_len} larger than slice length {}",
23
+ bytes.len()
24
+ )));
25
+ }
26
+
27
+ // CAST: `calc_len` runs `check_encoded_len`, we know the key len
28
+ // is less than i32::MAX. No risk of overflows or failed casts.
29
+ let key_len: u32 = key.len() as u32;
30
+
31
+ // Write the key length to the mmap.
32
+ bytes[..size_of::<u32>()].copy_from_slice(&key_len.to_ne_bytes());
33
+
34
+ // Advance slice past the size.
35
+ let bytes = &mut bytes[size_of::<u32>()..];
36
+
37
+ bytes[..key.len()].copy_from_slice(key);
38
+
39
+ // Advance to end of key.
40
+ let bytes = &mut bytes[key.len()..];
41
+
42
+ let pad_len = Self::padding_len(key.len());
43
+ bytes[..pad_len].fill(b' ');
44
+ let bytes = &mut bytes[pad_len..];
45
+
46
+ bytes[..size_of::<f64>()].copy_from_slice(&value.to_ne_bytes());
47
+
48
+ Self::calc_value_offset(key.len())
49
+ }
50
+
51
+ /// Parse a byte slice starting into an `MmapEntry`.
52
+ pub fn from_slice(bytes: &'a [u8]) -> Result<Self> {
53
+ // CAST: no-op on 32-bit, widening on 64-bit.
54
+ let encoded_len = util::read_u32(bytes, 0)? as usize;
55
+
56
+ let total_len = Self::calc_total_len(encoded_len)?;
57
+
58
+ // Confirm the value is in bounds of the slice provided.
59
+ if total_len > bytes.len() {
60
+ return Err(MmapError::out_of_bounds(total_len, bytes.len()));
61
+ }
62
+
63
+ // Advance slice past length int and cut at end of entry.
64
+ let bytes = &bytes[size_of::<u32>()..total_len];
65
+
66
+ Ok(Self { bytes, encoded_len })
67
+ }
68
+
69
+ /// Read the `f64` value of an entry from memory.
70
+ #[inline]
71
+ pub fn value(&self) -> f64 {
72
+ // We've stripped off the leading u32, don't include that here.
73
+ let offset = self.encoded_len + Self::padding_len(self.encoded_len);
74
+
75
+ // UNWRAP: We confirm in the constructor that the value offset
76
+ // is in-range for the slice.
77
+ util::read_f64(self.bytes, offset).unwrap()
78
+ }
79
+
80
+ /// The length of the entry key without padding.
81
+ #[inline]
82
+ pub fn encoded_len(&self) -> usize {
83
+ self.encoded_len
84
+ }
85
+
86
+ /// Returns a slice with the JSON string in the entry, excluding padding.
87
+ #[inline]
88
+ pub fn json(&self) -> &[u8] {
89
+ &self.bytes[..self.encoded_len]
90
+ }
91
+
92
+ /// Calculate the total length of an `MmapEntry`, including the string length,
93
+ /// string, padding, and value.
94
+ #[inline]
95
+ pub fn total_len(&self) -> usize {
96
+ // UNWRAP:: We confirmed in the constructor that this doesn't overflow.
97
+ Self::calc_total_len(self.encoded_len).unwrap()
98
+ }
99
+
100
+ /// Calculate the total length of an `MmapEntry`, including the string length,
101
+ /// string, padding, and value. Validates encoding_len is within expected bounds.
102
+ #[inline]
103
+ pub fn calc_total_len(encoded_len: usize) -> Result<usize> {
104
+ Self::calc_value_offset(encoded_len)?.add_chk(size_of::<f64>())
105
+ }
106
+
107
+ /// Calculate the value offset of an `MmapEntry`, including the string length,
108
+ /// string, padding. Validates encoding_len is within expected bounds.
109
+ #[inline]
110
+ pub fn calc_value_offset(encoded_len: usize) -> Result<usize> {
111
+ Self::check_encoded_len(encoded_len)?;
112
+
113
+ Ok(size_of::<u32>() + encoded_len + Self::padding_len(encoded_len))
114
+ }
115
+
116
+ /// Calculate the number of padding bytes to add to the value key to reach
117
+ /// 8-byte alignment. Does not validate key length.
118
+ #[inline]
119
+ pub fn padding_len(encoded_len: usize) -> usize {
120
+ 8 - (size_of::<u32>() + encoded_len) % 8
121
+ }
122
+
123
+ #[inline]
124
+ fn check_encoded_len(encoded_len: usize) -> Result<()> {
125
+ if encoded_len as u64 > i32::MAX as u64 {
126
+ return Err(MmapError::KeyLength);
127
+ }
128
+ Ok(())
129
+ }
130
+ }
131
+
132
+ #[cfg(test)]
133
+ mod test {
134
+ use bstr::ByteSlice;
135
+
136
+ use super::*;
137
+ use crate::testhelper::TestEntry;
138
+
139
+ #[test]
140
+ fn test_from_slice() {
141
+ #[derive(PartialEq, Default, Debug)]
142
+ struct TestCase {
143
+ name: &'static str,
144
+ input: TestEntry,
145
+ expected_enc_len: Option<usize>,
146
+ expected_err: Option<MmapError>,
147
+ }
148
+
149
+ let tc = vec![
150
+ TestCase {
151
+ name: "ok",
152
+ input: TestEntry {
153
+ header: 61,
154
+ json: r#"["metric","name",["label_a","label_b"],["value_a","value_b"]]"#,
155
+ padding_len: 7,
156
+ value: 1.0,
157
+ },
158
+ expected_enc_len: Some(61),
159
+ ..Default::default()
160
+ },
161
+ TestCase {
162
+ name: "zero length key",
163
+ input: TestEntry {
164
+ header: 0,
165
+ json: "",
166
+ padding_len: 4,
167
+ value: 1.0,
168
+ },
169
+ expected_enc_len: Some(0),
170
+ ..Default::default()
171
+ },
172
+ TestCase {
173
+ name: "header value too large",
174
+ input: TestEntry {
175
+ header: i32::MAX as u32 + 1,
176
+ json: "foo",
177
+ padding_len: 1,
178
+ value: 0.0,
179
+ },
180
+ expected_err: Some(MmapError::KeyLength),
181
+ ..Default::default()
182
+ },
183
+ TestCase {
184
+ name: "header value much longer than json len",
185
+ input: TestEntry {
186
+ header: 256,
187
+ json: "foobar",
188
+ padding_len: 6,
189
+ value: 1.0,
190
+ },
191
+ expected_err: Some(MmapError::out_of_bounds(272, 24)),
192
+ ..Default::default()
193
+ },
194
+ TestCase {
195
+ // Situations where encoded_len is wrong but padding makes the
196
+ // value offset the same are not caught.
197
+ name: "header off by one",
198
+ input: TestEntry {
199
+ header: 4,
200
+ json: "123",
201
+ padding_len: 1,
202
+ value: 1.0,
203
+ },
204
+ expected_err: Some(MmapError::out_of_bounds(24, 16)),
205
+ ..Default::default()
206
+ },
207
+ ];
208
+
209
+ for case in tc {
210
+ let name = case.name;
211
+ let input = case.input.as_bstring();
212
+
213
+ let resp = RawEntry::from_slice(&input);
214
+
215
+ if case.expected_err.is_none() {
216
+ let expected_buf = case.input.as_bytes_no_header();
217
+ let resp = resp.as_ref().unwrap();
218
+ let bytes = resp.bytes;
219
+
220
+ assert_eq!(expected_buf, bytes.as_bstr(), "test case: {name} - bytes",);
221
+
222
+ assert_eq!(
223
+ resp.json(),
224
+ case.input.json.as_bytes(),
225
+ "test case: {name} - json matches"
226
+ );
227
+
228
+ assert_eq!(
229
+ resp.total_len(),
230
+ case.input.as_bstring().len(),
231
+ "test case: {name} - total_len matches"
232
+ );
233
+
234
+ assert_eq!(
235
+ resp.encoded_len(),
236
+ case.input.json.len(),
237
+ "test case: {name} - encoded_len matches"
238
+ );
239
+
240
+ assert!(
241
+ resp.json().iter().all(|&c| c != b' '),
242
+ "test case: {name} - no spaces in json"
243
+ );
244
+
245
+ let padding_len = RawEntry::padding_len(case.input.json.len());
246
+ assert!(
247
+ bytes[resp.encoded_len..resp.encoded_len + padding_len]
248
+ .iter()
249
+ .all(|&c| c == b' '),
250
+ "test case: {name} - padding is spaces"
251
+ );
252
+
253
+ assert_eq!(
254
+ resp.value(),
255
+ case.input.value,
256
+ "test case: {name} - value is correct"
257
+ );
258
+ }
259
+
260
+ if let Some(expected_enc_len) = case.expected_enc_len {
261
+ assert_eq!(
262
+ expected_enc_len,
263
+ resp.as_ref().unwrap().encoded_len,
264
+ "test case: {name} - encoded len",
265
+ );
266
+ }
267
+
268
+ if let Some(expected_err) = case.expected_err {
269
+ assert_eq!(expected_err, resp.unwrap_err(), "test case: {name} - error",);
270
+ }
271
+ }
272
+ }
273
+
274
+ #[test]
275
+ fn test_save() {
276
+ struct TestCase {
277
+ name: &'static str,
278
+ key: &'static [u8],
279
+ value: f64,
280
+ buf_len: usize,
281
+ expected_entry: Option<TestEntry>,
282
+ expected_resp: Result<usize>,
283
+ }
284
+
285
+ // TODO No test case to validate keys with len > i32::MAX, adding a static that large crashes
286
+ // the test binary.
287
+ let tc = vec![
288
+ TestCase {
289
+ name: "ok",
290
+ key: br#"["metric","name",["label_a","label_b"],["value_a","value_b"]]"#,
291
+ value: 256.0,
292
+ buf_len: 256,
293
+ expected_entry: Some(TestEntry {
294
+ header: 61,
295
+ json: r#"["metric","name",["label_a","label_b"],["value_a","value_b"]]"#,
296
+ padding_len: 7,
297
+ value: 256.0,
298
+ }),
299
+ expected_resp: Ok(72),
300
+ },
301
+ TestCase {
302
+ name: "zero length key",
303
+ key: b"",
304
+ value: 1.0,
305
+ buf_len: 256,
306
+ expected_entry: Some(TestEntry {
307
+ header: 0,
308
+ json: "",
309
+ padding_len: 4,
310
+ value: 1.0,
311
+ }),
312
+ expected_resp: Ok(8),
313
+ },
314
+ TestCase {
315
+ name: "infinite value",
316
+ key: br#"["metric","name",["label_a","label_b"],["value_a","value_b"]]"#,
317
+ value: f64::INFINITY,
318
+ buf_len: 256,
319
+ expected_entry: Some(TestEntry {
320
+ header: 61,
321
+ json: r#"["metric","name",["label_a","label_b"],["value_a","value_b"]]"#,
322
+ padding_len: 7,
323
+ value: f64::INFINITY,
324
+ }),
325
+ expected_resp: Ok(72),
326
+ },
327
+ TestCase {
328
+ name: "buf len matches entry len",
329
+ key: br#"["metric","name",["label_a","label_b"],["value_a","value_b"]]"#,
330
+ value: 1.0,
331
+ buf_len: 80,
332
+ expected_entry: Some(TestEntry {
333
+ header: 61,
334
+ json: r#"["metric","name",["label_a","label_b"],["value_a","value_b"]]"#,
335
+ padding_len: 7,
336
+ value: 1.0,
337
+ }),
338
+ expected_resp: Ok(72),
339
+ },
340
+ TestCase {
341
+ name: "buf much too short",
342
+ key: br#"["metric","name",["label_a","label_b"],["value_a","value_b"]]"#,
343
+ value: 1.0,
344
+ buf_len: 5,
345
+ expected_entry: None,
346
+ expected_resp: Err(MmapError::Other(format!(
347
+ "entry length {} larger than slice length {}",
348
+ 80, 5,
349
+ ))),
350
+ },
351
+ TestCase {
352
+ name: "buf short by one",
353
+ key: br#"["metric","name",["label_a","label_b"],["value_a","value_b"]]"#,
354
+ value: 1.0,
355
+ buf_len: 79,
356
+ expected_entry: None,
357
+ expected_resp: Err(MmapError::Other(format!(
358
+ "entry length {} larger than slice length {}",
359
+ 80, 79,
360
+ ))),
361
+ },
362
+ ];
363
+
364
+ for case in tc {
365
+ let mut buf = vec![0; case.buf_len];
366
+ let resp = RawEntry::save(&mut buf, case.key, case.value);
367
+
368
+ assert_eq!(
369
+ case.expected_resp, resp,
370
+ "test case: {} - response",
371
+ case.name,
372
+ );
373
+
374
+ if let Some(e) = case.expected_entry {
375
+ let expected_buf = e.as_bstring();
376
+
377
+ assert_eq!(
378
+ expected_buf,
379
+ buf[..expected_buf.len()].as_bstr(),
380
+ "test case: {} - buffer state",
381
+ case.name
382
+ );
383
+
384
+ let header_len = u32::from_ne_bytes(buf[..size_of::<u32>()].try_into().unwrap());
385
+ assert_eq!(
386
+ case.key.len(),
387
+ header_len as usize,
388
+ "test case: {} - size header",
389
+ case.name,
390
+ );
391
+ }
392
+ }
393
+ }
394
+
395
+ #[test]
396
+ fn test_calc_value_offset() {
397
+ struct TestCase {
398
+ name: &'static str,
399
+ encoded_len: usize,
400
+ expected_value_offset: Option<usize>,
401
+ expected_total_len: Option<usize>,
402
+ expected_err: Option<MmapError>,
403
+ }
404
+
405
+ let tc = vec![
406
+ TestCase {
407
+ name: "ok",
408
+ encoded_len: 8,
409
+ expected_value_offset: Some(16),
410
+ expected_total_len: Some(24),
411
+ expected_err: None,
412
+ },
413
+ TestCase {
414
+ name: "padding length one",
415
+ encoded_len: 3,
416
+ expected_value_offset: Some(8),
417
+ expected_total_len: Some(16),
418
+ expected_err: None,
419
+ },
420
+ TestCase {
421
+ name: "padding length eight",
422
+ encoded_len: 4,
423
+ expected_value_offset: Some(16),
424
+ expected_total_len: Some(24),
425
+ expected_err: None,
426
+ },
427
+ TestCase {
428
+ name: "encoded len gt i32::MAX",
429
+ encoded_len: i32::MAX as usize + 1,
430
+ expected_value_offset: None,
431
+ expected_total_len: None,
432
+ expected_err: Some(MmapError::KeyLength),
433
+ },
434
+ ];
435
+
436
+ for case in tc {
437
+ let name = case.name;
438
+ if let Some(expected_value_offset) = case.expected_value_offset {
439
+ assert_eq!(
440
+ expected_value_offset,
441
+ RawEntry::calc_value_offset(case.encoded_len).unwrap(),
442
+ "test case: {name} - value offset"
443
+ );
444
+ }
445
+
446
+ if let Some(expected_total_len) = case.expected_total_len {
447
+ assert_eq!(
448
+ expected_total_len,
449
+ RawEntry::calc_total_len(case.encoded_len).unwrap(),
450
+ "test case: {name} - total len"
451
+ );
452
+ }
453
+
454
+ if let Some(expected_err) = case.expected_err {
455
+ assert_eq!(
456
+ expected_err,
457
+ RawEntry::calc_value_offset(case.encoded_len).unwrap_err(),
458
+ "test case: {name} - err"
459
+ );
460
+ }
461
+ }
462
+ }
463
+
464
+ #[test]
465
+ fn test_padding_len() {
466
+ for encoded_len in 0..64 {
467
+ let padding = RawEntry::padding_len(encoded_len);
468
+
469
+ // Validate we're actually aligning to 8 bytes.
470
+ assert!((size_of::<u32>() + encoded_len + padding) % 8 == 0)
471
+ }
472
+ }
473
+ }
@@ -0,0 +1,222 @@
1
+ use bstr::{BString, B};
2
+ use std::fs::File;
3
+ use std::io::{Read, Seek, Write};
4
+ use std::path::PathBuf;
5
+ use tempfile::{tempdir, TempDir};
6
+
7
+ use crate::raw_entry::RawEntry;
8
+ use crate::HEADER_SIZE;
9
+
10
+ #[derive(PartialEq, Default, Debug)]
11
+ pub struct TestEntry {
12
+ pub header: u32,
13
+ pub json: &'static str,
14
+ pub padding_len: usize,
15
+ pub value: f64,
16
+ }
17
+
18
+ impl TestEntry {
19
+ pub fn new(json: &'static str, value: f64) -> Self {
20
+ TestEntry {
21
+ header: json.len() as u32,
22
+ json,
23
+ padding_len: RawEntry::padding_len(json.len()),
24
+ value,
25
+ }
26
+ }
27
+
28
+ pub fn as_bytes(&self) -> Vec<u8> {
29
+ [
30
+ B(&self.header.to_ne_bytes()),
31
+ self.json.as_bytes(),
32
+ &vec![b' '; self.padding_len],
33
+ B(&self.value.to_ne_bytes()),
34
+ ]
35
+ .concat()
36
+ }
37
+ pub fn as_bstring(&self) -> BString {
38
+ [
39
+ B(&self.header.to_ne_bytes()),
40
+ self.json.as_bytes(),
41
+ &vec![b' '; self.padding_len],
42
+ B(&self.value.to_ne_bytes()),
43
+ ]
44
+ .concat()
45
+ .into()
46
+ }
47
+
48
+ pub fn as_bytes_no_header(&self) -> BString {
49
+ [
50
+ self.json.as_bytes(),
51
+ &vec![b' '; self.padding_len],
52
+ B(&self.value.to_ne_bytes()),
53
+ ]
54
+ .concat()
55
+ .into()
56
+ }
57
+ }
58
+
59
+ /// Format the data for a `.db` file.
60
+ /// Optional header value can be used to set an invalid `used` size.
61
+ pub fn entries_to_db(entries: &[&'static str], values: &[f64], header: Option<u32>) -> Vec<u8> {
62
+ let mut out = Vec::new();
63
+
64
+ let entry_bytes: Vec<_> = entries
65
+ .iter()
66
+ .zip(values)
67
+ .flat_map(|(e, val)| TestEntry::new(e, *val).as_bytes())
68
+ .collect();
69
+
70
+ let used = match header {
71
+ Some(u) => u,
72
+ None => (entry_bytes.len() + HEADER_SIZE) as u32,
73
+ };
74
+
75
+ out.extend(used.to_ne_bytes());
76
+ out.extend(&[0x0u8; 4]); // Padding.
77
+ out.extend(entry_bytes);
78
+
79
+ out
80
+ }
81
+
82
+ /// A temporary file, path, and dir for use with testing.
83
+ #[derive(Debug)]
84
+ pub struct TestFile {
85
+ pub file: File,
86
+ pub path: PathBuf,
87
+ pub dir: TempDir,
88
+ }
89
+
90
+ impl TestFile {
91
+ pub fn new(file_data: &[u8]) -> TestFile {
92
+ let dir = tempdir().unwrap();
93
+ let path = dir.path().join("test.db");
94
+ let mut file = File::options()
95
+ .create(true)
96
+ .read(true)
97
+ .write(true)
98
+ .open(&path)
99
+ .unwrap();
100
+
101
+ file.write_all(file_data).unwrap();
102
+ file.sync_all().unwrap();
103
+ file.rewind().unwrap();
104
+
105
+ // We need to keep `dir` in scope so it doesn't drop before the files it
106
+ // contains, which may prevent cleanup.
107
+ TestFile { file, path, dir }
108
+ }
109
+ }
110
+
111
+ mod test {
112
+ use super::*;
113
+
114
+ #[test]
115
+ fn test_entry_new() {
116
+ let json = "foobar";
117
+ let value = 1.0f64;
118
+ let expected = TestEntry {
119
+ header: 6,
120
+ json,
121
+ padding_len: 6,
122
+ value,
123
+ };
124
+
125
+ let actual = TestEntry::new(json, value);
126
+ assert_eq!(expected, actual);
127
+ }
128
+
129
+ #[test]
130
+ fn test_entry_bytes() {
131
+ let json = "foobar";
132
+ let value = 1.0f64;
133
+ let expected = [
134
+ &6u32.to_ne_bytes(),
135
+ B(json),
136
+ &[b' '; 6],
137
+ &value.to_ne_bytes(),
138
+ ]
139
+ .concat();
140
+
141
+ let actual = TestEntry::new(json, value).as_bstring();
142
+ assert_eq!(expected, actual);
143
+ }
144
+
145
+ #[test]
146
+ fn test_entry_bytes_no_header() {
147
+ let json = "foobar";
148
+ let value = 1.0f64;
149
+ let expected = [B(json), &[b' '; 6], &value.to_ne_bytes()].concat();
150
+
151
+ let actual = TestEntry::new(json, value).as_bytes_no_header();
152
+ assert_eq!(expected, actual);
153
+ }
154
+
155
+ #[test]
156
+ fn test_entries_to_db_header_correct() {
157
+ let json = &["foobar", "qux"];
158
+ let values = &[1.0, 2.0];
159
+
160
+ let out = entries_to_db(json, values, None);
161
+
162
+ assert_eq!(48u32.to_ne_bytes(), out[0..4], "used set correctly");
163
+ assert_eq!([0u8; 4], out[4..8], "padding set");
164
+ assert_eq!(
165
+ TestEntry::new(json[0], values[0]).as_bytes(),
166
+ out[8..32],
167
+ "first entry matches"
168
+ );
169
+ assert_eq!(
170
+ TestEntry::new(json[1], values[1]).as_bytes(),
171
+ out[32..48],
172
+ "second entry matches"
173
+ );
174
+ }
175
+
176
+ #[test]
177
+ fn test_entries_to_db_header_wrong() {
178
+ let json = &["foobar", "qux"];
179
+ let values = &[1.0, 2.0];
180
+
181
+ const WRONG_USED: u32 = 1000;
182
+ let out = entries_to_db(json, values, Some(WRONG_USED));
183
+
184
+ assert_eq!(
185
+ WRONG_USED.to_ne_bytes(),
186
+ out[0..4],
187
+ "used set to value requested"
188
+ );
189
+ assert_eq!([0u8; 4], out[4..8], "padding set");
190
+ assert_eq!(
191
+ TestEntry::new(json[0], values[0]).as_bytes(),
192
+ out[8..32],
193
+ "first entry matches"
194
+ );
195
+ assert_eq!(
196
+ TestEntry::new(json[1], values[1]).as_bytes(),
197
+ out[32..48],
198
+ "second entry matches"
199
+ );
200
+ }
201
+
202
+ #[test]
203
+ fn test_file() {
204
+ let mut test_file = TestFile::new(b"foobar");
205
+ let stat = test_file.file.metadata().unwrap();
206
+
207
+ assert_eq!(6, stat.len(), "file length");
208
+ assert_eq!(
209
+ 0,
210
+ test_file.file.stream_position().unwrap(),
211
+ "at start of file"
212
+ );
213
+ let mut out_buf = vec![0u8; 256];
214
+ let read_result = test_file.file.read(&mut out_buf);
215
+ assert!(read_result.is_ok());
216
+ assert_eq!(6, read_result.unwrap(), "file is readable");
217
+
218
+ let write_result = test_file.file.write(b"qux");
219
+ assert!(write_result.is_ok());
220
+ assert_eq!(3, write_result.unwrap(), "file is writable");
221
+ }
222
+ }