Cargo Features

Radiate has no features set by default.

[dependencies]
radiate = { version = "1.1.59", features = ["small-ids", "tiny-ids", "stdweb", "wasm-bindgen"] }
small-ids

Use u16 for Neuron Ids (65536) and u32 for Edge Ids (4 Billion)

tiny-ids

Use u8 for Neuron Ids (256) and u32 for Edge Ids (256 * 256 = 65536)

stdweb

Enable stdweb support (needed for uuid)

Enables stdweb of uuid ^0.8

wasm-bindgen

Enable wasm-bindgen support

Enables wasm-bindgen of uuid ^0.8