Docs.rs
rustify-stdlib-0.1.1
rustify-stdlib 0.1.1
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
homezloco
Dependencies
pyo3 ^0.21
normal
criterion ^0.5
dev
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
dot_product
rustify_
stdlib
0.1.1
rustify_stdlib
Function
dot_
product
Copy item path
Source
pub fn dot_product(a:
Vec
<
f64
>, b:
Vec
<
f64
>) ->
PyResult
<
f64
>