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