Skip to content

Commit

Permalink
rework description of wasm crate features
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Dec 22, 2020
1 parent 51930b1 commit 2640270
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,11 @@
//! * `serde` - adds the ability to serialize and deserialize a UUID using the
//! `serde` crate.
//!
//! You need to enable one of the following Cargo features together with
//! `v3`, `v4` or `v5` feature if you're targeting `wasm32-unknown-unknown`
//! target:
//! For WebAssembly, enable one of the following features depending
//! on your JavaScript interop toolchain of choice:
//!
//! * `stdweb` - enables support for `OsRng` on `wasm32-unknown-unknown` via
//! [`stdweb`] combined with [`cargo-web`]
//! * `wasm-bindgen` - enables support for `OsRng` on `wasm32-unknown-unknown`
//! via [`wasm-bindgen`]
//! * `stdweb` - for [`stdweb`] combined with [`cargo-web`]
//! * `wasm-bindgen` - for [`wasm-bindgen`]
//!
//! By default, `uuid` can be depended on with:
//!
Expand Down

0 comments on commit 2640270

Please sign in to comment.