graphrepresentations 0.0.1-alpha.1

A crate providing efficient abstract implementations of different graph representations
Documentation
# Change Log

## Unreleased

### Notes

### Added

 * `SimpleGraph` representation
 * `AdjacencyArray` representation
 * Conversion support between `SimpleGraph` to `AdjacencyArray`
 * Navigation support for `AdjacencyArray`
 * A basic readme

### Removed

### Changed

### Fixed

### Deprecated

### Contributors