Docs.rs
  • rust_to_dtr-0.16.0
    • rust_to_dtr 0.16.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • robertDurst
    • Dependencies
      • lazy_static ^1.4.0 normal
      • proc-macro2 ^1.0 normal
      • rand ^0.8.5 normal
      • soroban-sdk ^20.5 normal
      • syn ^2.0 normal
      • paste ^1.0 dev
    • 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

rust_to_dtr0.16.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • common::compilation_state::CompilationState
  • common::compilation_state::GLOBAL_UNIQUE_NUMBER_GENERATOR
  • common::compilation_state::ScopeNaryTree
  • common::compilation_state::ScopeStack
  • common::compilation_state::UniqueNumberGenerator
  • instruction::Instruction

Enums

  • errors::not_translatable_error::NotTranslatableError

Traits

  • translate::function::SynFunction

Functions

  • common::get_random_string
  • common::handle_macro
  • common::join_with_newline
  • free_cstring
  • optimize::apply
  • optimize::create_instruction
  • optimize::create_instruction_with_scope
  • optimize::create_instruction_with_scope_and_id
  • parse_to_dtr
  • rust_string_to_dtr_string
  • rust_to_dtr_c::parse_to_dtr
  • translate::block::handle_block
  • translate::expression::block_expression::handle_block_expression
  • translate::expression::block_expression::parse_block_stmt
  • translate::expression::is_conditional_comparative_operator
  • translate::expression::parse_expression
  • translate::expression::parse_lit
  • translate::function::parse_function_block
  • translate::parse_return_type
  • translate::pattern::handle_pattern
  • translate::rust_to_dtr_term::map_name
  • translate::statement::macro_statement::handle_macro_statement
  • translate::type_name::figure_out_type
  • translate::type_name::parse_path
  • version