ct2rs-platform 0.9.16

Platform-specific default feature sets for ct2rs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ct2rs-platform

This crate defines platform-specific default feature sets.
The default feature set is based on [these scripts](https://github.com/OpenNMT/CTranslate2/tree/master/python/tools).

## Usage

Add this crate as the `package` argument of the `ct2rs` crate in your `Cargo.toml`:

```toml
[dependencies]
ct2rs = { package = "ct2rs-platform", version = "0.9.16" }
```

See the [ct2rs crate](../README.md) for more information.