tree: 5335a26e96d8def5b1b5165a4dc1c7e5117a2725
  1. agents/
  2. analytics/
  3. android/
  4. assembly/
  5. async-utils/
  6. backoff/
  7. bitrs/
  8. buf-read-ext/
  9. callback/
  10. chunked-compression/
  11. cmdline/
  12. cobalt/
  13. collections/
  14. component/
  15. const-unwrap/
  16. containers/
  17. cstringify/
  18. ddk/
  19. ddktl/
  20. debug/
  21. depfile/
  22. detect-stall/
  23. diagnostics/
  24. digest/
  25. directed_graph/
  26. driver_symbols/
  27. dso/
  28. dynfidl/
  29. eld/
  30. elf-search/
  31. elf_parse/
  32. elfldltl/
  33. elflib/
  34. error/
  35. fable/
  36. fake-clock/
  37. fdio/
  38. fdomain/
  39. fidl/
  40. fidl_codec/
  41. fidl_fuchsia_intl_ext/
  42. fidl_server/
  43. fidl_table_validation/
  44. files/
  45. fostr/
  46. from-enum/
  47. fsl/
  48. fuchsia/
  49. fuchsia-async/
  50. fuchsia-async-macro/
  51. fuchsia-component/
  52. fuchsia-component-test/
  53. fuchsia-cprng/
  54. fuchsia-fs/
  55. fuchsia-hyper/
  56. fuchsia-image-format/
  57. fuchsia-lockfile/
  58. fuchsia-rcu/
  59. fuchsia-rcu-collections/
  60. fuchsia-rseq/
  61. fuchsia-runtime/
  62. fuchsia-sync/
  63. fuchsia-url/
  64. fuchsia_nix/
  65. fuzzing/
  66. fxl/
  67. gcs/
  68. go-benchmarking/
  69. http-sse/
  70. http-uri-ext/
  71. icu/
  72. icu_data/
  73. include_bytes_from_working_dir/
  74. include_str_from_working_dir/
  75. inet/
  76. inject/
  77. injectable-time/
  78. intl/
  79. json_parser/
  80. kalloc/
  81. kstring/
  82. ksync/
  83. libdoc/
  84. line_input/
  85. listnode/
  86. llvm/
  87. llvm-profdata/
  88. loader_service/
  89. lockdep/
  90. mapped-clock/
  91. mapped-vmo/
  92. mdns/
  93. metrics_buffer/
  94. mpmc/
  95. mundane/
  96. network/
  97. pkg_url/
  98. process/
  99. process_builder/
  100. product_description/
  101. proptest-support/
  102. pty/
  103. regio/
  104. replace-with/
  105. rust_url/
  106. sandbox/
  107. scoped_task/
  108. security/
  109. shared-buffer/
  110. stdformat/
  111. structured_ui/
  112. symbolizer-markup/
  113. syslog/
  114. tcp-stream-ext/
  115. tempfile-ext/
  116. test-suite/
  117. test_diagnostics/
  118. test_util/
  119. testing/
  120. timekeeper/
  121. trace/
  122. transfer_manifest/
  123. trivial-allocator/
  124. ubsan-custom/
  125. ui/
  126. unwinder/
  127. usb_rs/
  128. utf8_path/
  129. utf_conversion/
  130. uuid/
  131. versioning/
  132. vmo_store/
  133. vulkan/
  134. watch_handler/
  135. webpki-roots-fuchsia/
  136. windowed-stats/
  137. zbitl/
  138. zr/
  139. zxc/
  140. zxdump/
  141. BUILD.gn
  142. README.md
  143. TESTING.json5
src/lib/README.md

OWNERS

Given the vast breadth of the code under //src/lib/ and the project's desire to encourage more local ownership, there is intentionally no //src/lib/OWNERS. Rather, the addition of new subdirectories is expected to fall back toward requiring an OWNERS override in the following way.

The initial commit of //src/lib/foo should be limited to an OWNERS file, as well as possibly a README.md. The override should be requested on this change, in turn limiting the sign-off to the high-level intent of the new codebase and its desired set of maintainers. Once those maintainers are in place, contributions of actual code can proceed as usual under their direction alone.