tree: 39f2722e9d4158f97882c75857f5db13198cc3b1
  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. libdoc/
  87. line-editor/
  88. line_input/
  89. listnode/
  90. llvm/
  91. llvm-profdata/
  92. loader_service/
  93. lockdep/
  94. mapped-clock/
  95. mapped-vmo/
  96. mdns/
  97. metrics_buffer/
  98. mpmc/
  99. mundane/
  100. network/
  101. pkg_url/
  102. process/
  103. process_builder/
  104. product_description/
  105. proptest-support/
  106. pty/
  107. regio/
  108. replace-with/
  109. rust_url/
  110. sandbox/
  111. scoped_task/
  112. security/
  113. shared-buffer/
  114. structured_ui/
  115. symbolizer-markup/
  116. syslog/
  117. tcp-stream-ext/
  118. tempfile-ext/
  119. test-suite/
  120. test_diagnostics/
  121. test_util/
  122. testing/
  123. timekeeper/
  124. trace/
  125. transfer_manifest/
  126. trivial-allocator/
  127. ubsan-custom/
  128. ui/
  129. unwinder/
  130. usb_rs/
  131. utf8_path/
  132. utf_conversion/
  133. uuid/
  134. versioning/
  135. vmo_store/
  136. vulkan/
  137. watch_handler/
  138. webpki-roots-fuchsia/
  139. windowed-stats/
  140. zbitl/
  141. zr/
  142. zxc/
  143. zxdump/
  144. BUILD.gn
  145. README.md
  146. 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.