Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Project Structure

afast/           — Main framework crate (core types, State, transports, code generation)
afast-macros/    — Proc macros (#[handler], register!, #[derive(Tag)])
example/         — Example project (full usage including HTTP, WS, TCP, docs)

Dependencies

  • afastafast-macros, afastdata, tokio
  • afast-macrossyn, quote, proc-macro2
  • User crates indirectly depend on afastdata-core (referenced by #[derive(Tag)] expanded code)
Copied to clipboard!