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