basic_dsp_interop 0.7.0

This lib offers a C compatible interface for `basic_dsp_vector`, so that it can be used from programs written in languages other than Rust. `basic_dsp_vector` provides digital signal processing based on real or complex vectors in time or frequency domain. Vectors come with basic arithmetic, convolution, Fourier transformation and interpolation operations. The vectors are optimized for sizes of a couple of thousand elements or more.
Documentation
Build #136906 2019-01-12 17:54:29

# rustc version rustc 1.33.0-nightly (c2d381d39 2019-01-10)

# docs.rs version cratesfyi 0.6.0 (1a20968 2019-01-11)

# build log Updating crates.io index Downloading crates ... Downloaded basic_dsp_interop v0.7.0 Fresh semver-parser v0.7.0 Fresh autocfg v0.1.1 Fresh rand_core v0.3.0 Fresh void v1.0.2 Fresh stable_deref_trait v1.1.1 Fresh nodrop v0.1.13 Fresh cfg-if v0.1.6 Fresh scopeguard v0.3.3 Fresh memoffset v0.2.1 Fresh lazy_static v1.2.0 Fresh transpose v0.1.0 Fresh strength_reduce v0.2.1 Fresh semver v0.9.0 Fresh rand_xorshift v0.1.1 Fresh rand_hc v0.1.0 Fresh rand_isaac v0.1.1 Fresh unreachable v1.0.0 Fresh owning_ref v0.4.0 Fresh crossbeam-utils v0.6.3 Fresh rustc_version v0.2.3 Fresh libc v0.2.46 Fresh smallvec v0.6.7 Fresh lock_api v0.1.5 Fresh arrayvec v0.4.10 Fresh num-traits v0.2.6 Fresh simd v0.2.3 Fresh rand_os v0.1.1 Fresh num_cpus v1.9.0 Fresh time v0.1.42 Fresh rand_chacha v0.1.1 Fresh crossbeam-epoch v0.7.0 Fresh num-complex v0.2.1 Fresh num-integer v0.1.39 Fresh linreg v0.1.3 Fresh crossbeam-deque v0.6.3 Fresh rustfft v3.0.0 Fresh rand_pcg v0.1.1 Fresh rand v0.6.4 Fresh parking_lot_core v0.4.0 Fresh parking_lot v0.7.1 Fresh crossbeam-channel v0.3.6 Fresh crossbeam v0.6.0 Fresh basic_dsp_vector v0.7.0 Documenting basic_dsp_interop v0.7.0 Running `rustdoc --edition=2018 --crate-name basic_dsp_interop /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/basic_dsp_interop-0.7.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="basic_dsp_vector"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_avx2"' --cfg 'feature="use_sse2"' -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url 'num_complex=https://docs.rs/num-complex/0.2.1' --extern-html-root-url 'basic_dsp_vector=https://docs.rs/basic_dsp_vector/0.7.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern basic_dsp_vector=/home/cratesfyi/cratesfyi/debug/deps/libbasic_dsp_vector-62a9ba8cadbe5abb.rmeta --extern num_complex=/home/cratesfyi/cratesfyi/debug/deps/libnum_complex-3d3199d2998206aa.rmeta` Finished dev [unoptimized + debuginfo] target(s) in 3.42s