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