Injector_config* Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. *
This file provides only the interface, so injector configuration * can be retreived without depending on the *actual* implementation * file. This is because we want libraries to be able to refer to the config, * but the actual injector to be chosen by the binary being built. * * Note: Buck doesn't currently have a build rule to only build .mli files * into .cmi, so you need to compile against this file directly.