tree: b600d14f6ed09c6bd4b7f9039f1e9e124e8748fc [path history] [tgz]
  1. analytics/
  2. android/
  3. assembly/
  4. async-gunzip/
  5. async-utils/
  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. dense-map/
  18. depfile/
  19. detect-stall/
  20. diagnostics/
  21. digest/
  22. directed_graph/
  23. driver_symbols/
  24. dynfidl/
  25. eld/
  26. elfldltl/
  27. elflib/
  28. error/
  29. fable/
  30. fake-clock/
  31. fakealloc/
  32. fdio/
  33. fdomain/
  34. fidl/
  35. fidl_codec/
  36. fidl_fuchsia_intl_ext/
  37. fidl_server/
  38. fidl_table_validation/
  39. files/
  40. flyweights/
  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-runtime/
  55. fuchsia-sync/
  56. fuchsia-url/
  57. fuchsia_nix/
  58. fuzzing/
  59. fxl/
  60. gcs/
  61. go-benchmarking/
  62. http-sse/
  63. http-uri-ext/
  64. icu/
  65. icu_data/
  66. include_bytes_from_working_dir/
  67. include_str_from_working_dir/
  68. inet/
  69. inject/
  70. injectable-time/
  71. intl/
  72. json_parser/
  73. libdoc/
  74. line_input/
  75. listnode/
  76. llvm/
  77. llvm-profdata/
  78. loader_service/
  79. mapped-vmo/
  80. mdns/
  81. memory_barriers/
  82. metrics_buffer/
  83. mpmc/
  84. mundane/
  85. network/
  86. pkg_url/
  87. process/
  88. process_builder/
  89. product_description/
  90. proptest-support/
  91. pty/
  92. replace-with/
  93. rust_url/
  94. sandbox/
  95. scoped_task/
  96. security/
  97. shared-buffer/
  98. stdformat/
  99. structured_ui/
  100. symbolizer-markup/
  101. syslog/
  102. tcp-stream-ext/
  103. tempfile-ext/
  104. test-suite/
  105. test_diagnostics/
  106. test_util/
  107. testing/
  108. timekeeper/
  109. trace/
  110. transfer_manifest/
  111. trivial-allocator/
  112. ubsan-custom/
  113. ui/
  114. unwinder/
  115. usb_bulk/
  116. usb_rs/
  117. utf8_path/
  118. utf_conversion/
  119. uuid/
  120. versioning/
  121. vmo_store/
  122. vulkan/
  123. watch_handler/
  124. webpki-roots-fuchsia/
  125. windowed-stats/
  126. zbitl/
  127. zxc/
  128. zxdump/
  129. BUILD.gn
  130. 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.