Docs.rs
ferrin-spec-0.2.0
ferrin-spec 0.2.0
Docs.rs crate page
Apache-2.0
18 September 2026
Links
Repository
crates.io
Source
Owners
f4tumnigrum
Dependencies
base64 ^0.23
normal
bytes ^1.12
normal
chrono ^0.4
normal
futures-core ^0.3
normal
http ^1.5
normal
regex ^1.13
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio-util ^0.7
normal
url ^2.5
normal
pretty_assertions ^1.4
dev
serde_json ^1.0
dev
static_assertions ^1.1
dev
Versions
100%
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
Embedding
ferrin_
spec
0.2.0
Embedding
Aliased Type
In ferrin_
spec::
embedding_
model
ferrin_spec
::
embedding_model
Type Alias
Embedding
Copy item path
Source
pub type Embedding =
Vec
<
f64
>;
Expand description
An embedding vector.
Aliased Type
ยง
pub struct Embedding {
/* private fields */
}