You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`enum-map`|`Lang` and `Script` implement `Enum` trait from [enum-map](https://docs.rs/enum-map/)|
75
-
|`arbitrary`| Support [Arbitrary](https://crates.io/crates/arbitrary)|
75
+
|`arbitrary`| Support [Arbitrary](https://crates.io/crates/arbitrary)|
76
+
|`serde`| Implements `Serialize` and `Deserialize` for `Lang` and `Script`|
76
77
|`dev`| Enables `whatlang::dev` module which provides some internal API.<br/> It exists for profiling purposes and normal users are discouraged to to rely on this API. |
//! | `enum-map` | `Lang` and `Script` implement `Enum` trait from [enum-map](https://docs.rs/enum-map/) |
40
+
//! | `arbitrary` | Support [Arbitrary](https://crates.io/crates/arbitrary) |
41
+
//! | `serde` | Implements `Serialize` and `Deserialize` for `Lang` and `Script` |
42
+
//! | `dev` | Enables `whatlang::dev` module which provides some internal API.<br/> It exists for profiling purposes and normal users are discouraged to to rely on this API. |
0 commit comments