Docs.rs
ai00-core-0.6.2
ai00-core 0.6.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cryscan
Dependencies
anyhow ^1
normal
bytemuck ^1
normal
cbor4ii ^1.0.0
normal
derivative ^2.2.0
normal
fastrand ^2
normal
flume ^0.11.0
normal
futures ^0.3
normal
half ^2.4
normal
itertools ^0.14
normal
kbnf ^0.5.7
normal
log ^0.4
normal
memmap2 ^0.9
normal
qp-trie ^0.8
normal
rustc-hash ^2.0.0
normal
safetensors ^0.6
normal
salvo ^0.77
normal
serde ^1
normal
tokio ^1
normal
uuid ^1.8.0
normal
voracious_radix_sort ^1.2.0
normal
web-rwkv ^0.10.17
normal
Versions
34.95%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
x86_64-pc-windows-msvc
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
AsTokenSlice
ai00_
core
0.6.2
AsToken
Slice
Required Methods
as_token_slice
Implementations on Foreign Types
[u32]
Implementors
In ai00_
core::
run
ai00_core
::
run
Trait
AsToken
Slice
Copy item path
Source
pub trait AsTokenSlice { // Required method fn
as_token_slice
(&self) -> &
TokenSlice
; }
Required Methods
§
Source
fn
as_token_slice
(&self) -> &
TokenSlice
Implementations on Foreign Types
§
Source
§
impl
AsTokenSlice
for [
u32
]
Source
§
fn
as_token_slice
(&self) -> &
TokenSlice
Implementors
§