framework 0.2.4

Framework is a detector for different frameworks in one projects
Documentation
# Framework

> Framework is a detector for different frameworks in one projects

[![crates.io](https://meritbadge.herokuapp.com/framework)](https://crates.io/crates/framework)
[![docs.rs](https://docs.rs/framework/badge.svg)](https://docs.rs/framework/)
[![license](https://img.shields.io/crates/l/framework)](https://github.com/inherd/framework/blob/master/LICENSE)

## Usage

```rust
use framework::FrameworkDetector;

FrameworkDetector::detect("path");
```

License
---

@ 2020~2021  This code is distributed under the MPL license. See `LICENSE` in this directory.