Docs.rs
simdjson-rust-0.3.0-alpha.2
simdjson-rust 0.3.0-alpha.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
SunDoge
redgold-labs
Dependencies
serde ^1
normal
optional
serde_json ^1
normal
optional
simdjson-sys ^0.1.0-alpha.2
normal
thiserror ^1.0
normal
Versions
0%
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
simdjson_
rust
0.3.0-alpha.2
ToPadded
String
Required Methods
to_padded_string
Implementations on Foreign Types
&mut str
&str
Implementors
In simdjson_
rust::
padded_
string
simdjson_rust
::
padded_string
Trait
ToPaddedString
Copy item path
Source
pub trait ToPaddedString { // Required method fn
to_padded_string
(&self) ->
String
; }
Required Methods
§
Source
fn
to_padded_string
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
ToPaddedString
for &
str
Source
§
fn
to_padded_string
(&self) ->
String
Source
§
impl
ToPaddedString
for &mut
str
Source
§
fn
to_padded_string
(&self) ->
String
Implementors
§