Docs.rs
json-flat-parser-0.1.0
json-flat-parser 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nmeylan
Dependencies
indexmap ^2.2.6
normal
optional
serde ^1.0.204
normal
optional
serde_json ^1.0.120
normal
optional
simdutf8 ^0.1.4
normal
optional
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
GetBytes
json_
flat_
parser
0.1.0
GetBytes
Required Methods
get_bytes
Implementations on Foreign Types
&str
String
Implementors
In crate json_
flat_
parser
json_flat_parser
Trait
GetBytes
Copy item path
Source
pub trait GetBytes { // Required method fn
get_bytes
(&self) -> &[
u8
]
ⓘ
; }
Required Methods
§
Source
fn
get_bytes
(&self) -> &[
u8
]
ⓘ
Implementations on Foreign Types
§
Source
§
impl
GetBytes
for &
str
Source
§
fn
get_bytes
(&self) -> &[
u8
]
ⓘ
Source
§
impl
GetBytes
for
String
Source
§
fn
get_bytes
(&self) -> &[
u8
]
ⓘ
Implementors
§