Skip to content

Commit

Permalink
Merge pull request #506 from uuid-rs/KodrAus-patch-1
Browse files Browse the repository at this point in the history
rework description of wasm crate features
  • Loading branch information
KodrAus committed Dec 23, 2020
2 parents 34a4f1c + 2640270 commit 3ae9926
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/lib.rs
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 3ae9926

Please sign in to comment.