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