1# This directory contains implementations of starlark functions that contain 2# complex logic. The objective is to keep the rules themselves as simple as 3# possible, so that we can perform very thorough testing on the implementation. 4 5# I wanted to call it private / internal, but then buildifier complains about 6# referencing it from the tests directory. 7