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