Docs.rs
  • stack-string-1.1.2
    • stack-string 1.1.2
    • Permalink
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ddboline
    • Dependencies
      • arrayvec ^0.7 normal
      • async-graphql ^7.0 normal optional
      • axum ^0.8 normal optional
      • bytes ^1.10 normal optional
      • compact_str ^0.9 normal
      • derive_more ^2.0 normal
      • postgres-types ^0.2 normal optional
      • serde ^1.0 normal
      • smartstring ^1.0 normal optional
      • utoipa ^5.3 normal optional
      • async-trait ^0.1 dev
      • rand ^0.9 dev
      • serde_json ^1.0 dev
      • tokio ^1.44 dev
    • Versions
    • 21.43% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate stack_string

stack_string1.1.2

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Macros
  • Constants

Crates

  • stack_string

Crate stack_string

Source

Re-exports§

pub use crate::small_string::SmallString;
pub use crate::stack_cow::StackCow;
pub use crate::stack_string::StackString;

Modules§

small_string
stack_cow
stack_string

Macros§

format_sstr

Constants§

MAX_INLINE

Results

Settings
Help
    re-export
    stack_string::StackString
    module
    stack_string::stack_string
    extern crate
    stack_string
    method
    stack_string::small_string::SmallString::from
    StackString -> SmallString
    method
    stack_string::stack_cow::StackCow::from
    StackString -> StackCow
    method
    stack_string::stack_string::StackString::from
    &StackString -> StackString
    method
    stack_string::stack_string::StackString::clone
    &StackString -> StackString
    method
    stack_string::stack_string::StackString::is_inline
    &StackString -> bool
    method
    stack_string::stack_string::StackString::deref
    &StackString -> &Deref::Target
    method
    stack_string::stack_string::StackString::as_ref
    &StackString -> &str
    method
    stack_string::stack_string::StackString::as_str
    &StackString -> &str
    method
    stack_string::stack_string::StackString::borrow
    &StackString -> &str
    method
    stack_string::stack_string::StackString::eq
    &StackString, &StackString -> bool
    method
    stack_string::stack_string::StackString::cmp
    &StackString, &StackString -> Ordering
    method
    stack_string::stack_string::StackString::index
    &StackString, __IdxT -> &Index::Output
    method
    stack_string::stack_string::StackString::serialize
    &StackString, __S -> Result
    method
    stack_string::stack_string::StackString::split_off
    &mut StackString, usize -> StackString
    method
    stack_string::stack_string::StackString::fmt
    &StackString, &mut Formatter -> Result
    method
    stack_string::stack_string::StackString::deref_mut
    &mut StackString -> &mut Deref::Target
    method
    stack_string::stack_string::StackString::borrow_mut
    &mut StackString -> &mut str
    method
    stack_string::stack_string::StackString::partial_cmp
    &StackString, &StackString -> Option<Ordering>
    method
    stack_string::stack_string::StackString::hash
    &StackString, &mut __H -> ()
    method
    stack_string::stack_string::StackString::index_mut
    &mut StackString, __IdxT -> &mut Index::Output
    method
    stack_string::stack_string::StackString::new
    -> StackString
    method
    stack_string::stack_string::StackString::default
    -> StackString
    method
    stack_string::stack_string::StackString::from
    SmallString -> StackString
    method
    stack_string::stack_string::StackString::from_display
    Display -> StackString
    Panics
    method
    stack_string::stack_string::StackString::deserialize
    __D -> Result<StackString>
    method
    stack_string::stack_string::StackString::from_utf8_lossy
    &[u8] -> StackString
    method
    stack_string::stack_string::StackString::from_str
    &str -> Result<StackString, FromStr::Err>
    method
    stack_string::stack_string::StackString::from_iter
    I -> StackString
    method
    stack_string::stack_string::StackString::from_utf8_vec
    Vec<u8> -> Result<StackString, FromUtf8Error>
    Construct a StackString from a Vec<u8>
    method
    stack_string::stack_string::StackString::from_utf8
    &[u8] -> Result<StackString, Utf8Error>
    Construct a StackString from a &[u8]
    method
    stack_string::stack_string::StackString::clone
    &StackString -> StackString
    method
    stack_string::stack_string::StackString::split_off
    &mut StackString, usize -> StackString