Docs.rs
  • i6-shell-0.1.18
    • i6-shell 0.1.18
    • Permalink
    • Docs.rs crate page
    • AGPL-3.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • kruserr
    • Dependencies
      • chrono ^0.4 normal
      • lazy_static ^1 normal
      • rustyline ^14 normal
      • rustyline-derive ^0.10 normal
      • shlex ^1 normal
      • whoami ^1 normal
    • 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

i6_shell0.1.18

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • command::DEFAULT_COMMANDS
  • command::cat
  • command::cd
  • command::clear
  • command::cp
  • command::echo
  • command::grep
  • command::ls
  • command::mkdir
  • command::mv
  • command::pwd
  • command::rm
  • command::touch
  • custom_pwd
  • lang::DefaultInterpreter
  • lang::DefaultLexer
  • lang::DefaultParser
  • lang::Token

Enums

  • lang::ASTNode
  • lang::TokenType

Traits

  • command::Command
  • lang::Interpreter
  • lang::InterpreterTraitObject
  • lang::Lexer
  • lang::LexerTraitObject
  • lang::Parser
  • lang::ParserTraitObject

Functions

  • shell_main
  • shell_main_with_all