daegun

Installing for Rust

[dependencies]
daegun = "1.0.0"

That is a caret requirement, so it accepts every 1.x release without an edit. daegun isno_std with alloc; std is a default feature you can turn off.

Features

FeatureDefaultWhat it does
stdyesLinks the standard library.
threadingnoMakes handles thread safe. Implies std.
capinoBuilds the C ABI. Implies threading.

Type to search.