tree: b5d1f1001559d4405960eec712792ef881e746c8
  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. ffl/
  42. fidl/
  43. fidl_codec/
  44. fidl_fuchsia_intl_ext/
  45. fidl_server/
  46. fidl_table_validation/
  47. files/
  48. fostr/
  49. from-enum/
  50. fsl/
  51. fuchsia/
  52. fuchsia-async/
  53. fuchsia-async-macro/
  54. fuchsia-component/
  55. fuchsia-component-test/
  56. fuchsia-cprng/
  57. fuchsia-fs/
  58. fuchsia-hyper/
  59. fuchsia-image-format/
  60. fuchsia-lockfile/
  61. fuchsia-rcu/
  62. fuchsia-rcu-collections/
  63. fuchsia-rseq/
  64. fuchsia-runtime/
  65. fuchsia-sync/
  66. fuchsia-url/
  67. fuchsia_nix/
  68. fuzzing/
  69. fxl/
  70. gcs/
  71. go-benchmarking/
  72. http-sse/
  73. http-uri-ext/
  74. icu/
  75. icu_data/
  76. include_bytes_from_working_dir/
  77. include_str_from_working_dir/
  78. inet/
  79. inject/
  80. injectable-time/
  81. intl/
  82. json_parser/
  83. kalloc/
  84. kprint/
  85. kstring/
  86. ksync/
  87. lazy_init/
  88. libdoc/
  89. line-editor/
  90. line_input/
  91. listnode/
  92. llvm/
  93. llvm-profdata/
  94. loader_service/
  95. lockdep/
  96. mapped-clock/
  97. mapped-vmo/
  98. mdns/
  99. metrics_buffer/
  100. mpmc/
  101. mundane/
  102. network/
  103. pkg_url/
  104. process/
  105. process_builder/
  106. product_description/
  107. proptest-support/
  108. pty/
  109. regio/
  110. replace-with/
  111. rust_url/
  112. sandbox/
  113. scoped_task/
  114. security/
  115. shared-buffer/
  116. stdbind/
  117. structured_ui/
  118. symbolizer-markup/
  119. syslog/
  120. tcp-stream-ext/
  121. tempfile-ext/
  122. test-suite/
  123. test_diagnostics/
  124. test_util/
  125. testing/
  126. timekeeper/
  127. trace/
  128. transfer_manifest/
  129. trivial-allocator/
  130. ubsan-custom/
  131. ui/
  132. unwinder/
  133. usb_rs/
  134. utf8_path/
  135. utf_conversion/
  136. uuid/
  137. versioning/
  138. vmo_store/
  139. vulkan/
  140. watch_handler/
  141. webpki-roots-fuchsia/
  142. windowed-stats/
  143. zbitl/
  144. zr/
  145. zxc/
  146. zxdump/
  147. BUILD.gn
  148. README.md
  149. 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.