Docs.rs
vecdb-0.1.1
vecdb 0.1.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
nym21
Dependencies
ctrlc ^3.4.7
normal
log ^0.4.27
normal
parking_lot ^0.12.4
normal
pco ^0.4.6
normal
rayon ^1.10.0
normal
seqdb ^0.1.1
normal
serde ^1.0.219
normal
serde_derive ^1.0.219
normal
serde_json ^1.0.142
normal
vecdb_derive ^0.1.1
normal
optional
zerocopy ^0.8.26
normal
zerocopy-derive ^0.8.26
normal
Versions
1.72%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
vecdb
0.1.1
AsInner
Slice
Required Methods
as_inner_slice
Implementations on Foreign Types
[T]
Implementors
In crate vecdb
vecdb
Trait
AsInnerSlice
Copy item path
Source
pub trait AsInnerSlice<T>
where T:
Number
,
{ // Required method fn
as_inner_slice
(&self) -> &
[T]
; }
Required Methods
§
Source
fn
as_inner_slice
(&self) -> &
[T]
Implementations on Foreign Types
§
Source
§
impl<T>
AsInnerSlice
<<T as
StoredCompressed
>::
NumberType
> for
[T]
where T:
StoredCompressed
,
Source
§
fn
as_inner_slice
(&self) -> &[T::
NumberType
]
Implementors
§