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