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