Docs.rs
  • futures-await-synom-0.12.0
    • futures-await-synom 0.12.0
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • alexcrichton
    • Dependencies
      • futures-await-quote ^0.4 normal optional
      • proc-macro2 ^0.1 normal
    • Versions
    • 19.02% 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

futures_await_synom0.12.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • ParseError
  • cursor::Cursor
  • cursor::SeqInfo
  • cursor::SynomBuffer
  • delimited::Delimited
  • delimited::IntoIter
  • delimited::Items
  • delimited::Iter
  • delimited::IterMut
  • span::Span
  • tokens::Add
  • tokens::AddEq
  • tokens::And
  • tokens::AndAnd
  • tokens::AndEq
  • tokens::As
  • tokens::At
  • tokens::Bang
  • tokens::Box_
  • tokens::Brace
  • tokens::Bracket
  • tokens::Break
  • tokens::CapSelf
  • tokens::Caret
  • tokens::CaretEq
  • tokens::Catch
  • tokens::Colon
  • tokens::Colon2
  • tokens::Comma
  • tokens::Const
  • tokens::Continue
  • tokens::Crate
  • tokens::Default_
  • tokens::Div
  • tokens::DivEq
  • tokens::Do
  • tokens::Dot
  • tokens::Dot2
  • tokens::Dot3
  • tokens::Else
  • tokens::Enum
  • tokens::Eq
  • tokens::EqEq
  • tokens::Extern
  • tokens::Fn_
  • tokens::For
  • tokens::Ge
  • tokens::Group
  • tokens::Gt
  • tokens::If
  • tokens::Impl
  • tokens::In
  • tokens::LArrow
  • tokens::Le
  • tokens::Let
  • tokens::Loop
  • tokens::Lt
  • tokens::Match
  • tokens::Mod
  • tokens::Move
  • tokens::MulEq
  • tokens::Mut
  • tokens::Ne
  • tokens::Or
  • tokens::OrEq
  • tokens::OrOr
  • tokens::Paren
  • tokens::Pound
  • tokens::Pub
  • tokens::Question
  • tokens::RArrow
  • tokens::Ref
  • tokens::Rem
  • tokens::RemEq
  • tokens::Return
  • tokens::Rocket
  • tokens::Self_
  • tokens::Semi
  • tokens::Shl
  • tokens::ShlEq
  • tokens::Shr
  • tokens::ShrEq
  • tokens::Star
  • tokens::Static
  • tokens::Struct
  • tokens::Sub
  • tokens::SubEq
  • tokens::Super
  • tokens::Trait
  • tokens::Type
  • tokens::Underscore
  • tokens::Union
  • tokens::Unsafe
  • tokens::Use
  • tokens::Where
  • tokens::While
  • tokens::Yield

Enums

  • delimited::Element

Traits

  • Synom

Macros

  • alt
  • call
  • cond
  • cond_reduce
  • do_parse
  • input_end
  • many0
  • map
  • named
  • not
  • peek
  • switch
  • terminated
  • tuple
  • value

Functions

  • parse_error

Type Aliases

  • PResult