| Crates.io | simmons_rooms |
| lib.rs | simmons_rooms |
| version | 0.1.1 |
| created_at | 2016-12-17 18:27:50.463939+00 |
| updated_at | 2016-12-17 18:31:43.74251+00 |
| description | Data about the rooms in Simmons Hall |
| homepage | https://github.com/zrneely/simmons-rooms |
| repository | https://github.com/zrneely/simmons-rooms.git |
| max_upload_size | |
| id | 7655 |
| size | 34,359 |
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.