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