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