#simmons_rooms

Contains information about each room in Simmons Hall on MIT's campus.

Right now, it initializes a lot of things (O(n^2)) with the lazy_static crate, which should eventually be moved into a build script.