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