Docs.rs
  • simdjson-rust-0.2.0-alpha
    • simdjson-rust 0.2.0-alpha
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • SunDoge
    • redgold-labs
    • Dependencies
      • cxx ^1.0.74 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • thiserror ^1.0 normal
      • cxx-build ^1.0.74 build
    • Versions
    • 4.3% of the crate is documented
  • Go to latest stable release
  • 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
logo

logo

Module ffi

  • Structs
  • Functions
?
Change settings

Module simdjson_rust::libsimdjson::ffi

source ·

Structs

  • ArrayIterator
  • ArrayResult
  • BoolResult
  • DocumentStreamIterator
  • DocumentStreamResult
  • ElementResult
  • F64Result
  • I64Result
  • KeyValuePair
  • ObjectIterator
  • ObjectResult
  • StringResult
  • U64Result
  • array
  • document_stream
  • element
  • object
  • padded_string
  • parser

Functions

  • array_at
  • array_at_pointer
  • array_get_iterator
  • array_iterator_next
  • array_minify
  • document_stream_get_iterator
  • document_stream_iterator_deref
  • document_stream_iterator_next
  • element_at_index
  • element_at_key
  • element_at_pointer
  • element_get_array
  • element_get_bool
  • element_get_f64
  • element_get_i64
  • element_get_object
  • element_get_string
  • element_get_type
  • element_get_u64
  • element_is_null
  • element_minify
  • object_at_key
  • object_at_key_case_insensitive
  • object_at_pointer
  • object_get_iterator
  • object_iterator_has_next
  • object_iterator_key
  • object_iterator_next
  • object_iterator_value
  • object_minify
  • padded_string_from_string
  • parser_load
  • parser_load_many
  • parser_new
  • parser_parse
  • parser_parse_many
  • parser_parse_many_padded
  • parser_parse_padded