# Framework
> Framework is a detector for different frameworks in one projects
[](https://crates.io/crates/framework)
[](https://docs.rs/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.