# Functions
AreCommensurate returns true iff 'first' and 'second' describe the same method at the same API version such that the concept of merging them makes sense.
FromFile parses the file at 'filePath' into an Info struct that it returns.
ParseFileName extracts the metadata from a file name.
ParseFilePath extracts as much metadata as possible from a file path that excludes the file name.
# Structs
CodeFragment contains a snippet of code in a particular language, and related metadata.
File contains the representation of the fragment file for a single API method, ready for reading from or writing from JSON format.
Info encapsulates information about a fragment file for a single API method.
LibraryInfo contains information about a client library assumed by this particular fragment.
Path contains metadata gleaned from the path to a fragment file.
# Type aliases
Key is the type by which to index and look up fragment files.