Docs.rs
paged-0.1.1
paged 0.1.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
educe ^0.4.22
normal
paged-derive ^0.1.1
normal
optional
parking_lot ^0.12.1
normal
sharded-slab ^0.1.4
normal
thiserror ^1.0.40
normal
Versions
6.56%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
encode_string_on_heap
paged
0.1.1
paged
Function
encode_
string_
on_
heap
Copy item path
Source
pub fn encode_string_on_heap( heap: &mut
Heap
, output: &mut impl
Write
, str: &
str
, ) ->
Result
<
u32
>