os2 0.1.1

os2 - a library for working with operating system features in Rust
Documentation
## Os2

This module provides a method to determine os type.

### Usage

```rust
let os = os2::detect();
```

### Compatibility

| OS      | Compatible | Note              |
| ------- | ---------- | ----------------- |
| Windows | Unknown    | Need confirmation |
| Linux   | Unix       | Need confirmation |
| MacOS   | Unix       | Need confirmation |
| Unix    | Unknown    |                   |
| Alpine  | Linux      |                   |
| Arch    | Linux      |                   |
| Debian  | Linux      |                   |
| Fedora  | Linux      |                   |
| Manjaro | Linux      |                   |
| Ubuntu  | Linux      |                   |