Docs.rs
numkong-7.2.4
numkong 7.2.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ashvardanian
Dependencies
fork_union ^2.3
normal
optional
half ^2.6.0
dev
rand ^0.10.0
dev
wasmtime ^42.0
dev
wasmtime-wasi ^42.0
dev
cc ^1.2.36
build
Versions
69.1%
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
Module cast
numkong
7.2.4
Module cast
Module Items
Traits
Functions
In crate numkong
numkong
Module
cast
Copy item path
Source
Expand description
Type casting between scalar formats.
This module provides:
CastDtype
: Trait marking types eligible for bulk casting
cast
: Bulk-converts a slice from one scalar format to another
Traits
§
Cast
Dtype
Trait for types that can participate in cast operations.
Functions
§
cast
Cast source slice elements to destination slice.