Docs.rs
  • murkdown-0.1.1
    • murkdown 0.1.1
    • Permalink
    • Docs.rs crate page
    • AGPL-3.0-only
    • 23 February 2025
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • gamgi
    • Dependencies
      • base64 ^0.22.1 normal
      • clap ^4.4.15 normal
      • data-url ^0.3.1 normal
      • derive_builder ^0.20.2 normal
      • either ^1.13.0 normal
      • env_logger ^0.11.3 normal
      • futures ^0.3.30 normal
      • htmlize ^1.0.5 normal
      • itertools ^0.13.0 normal
      • log ^0.4.21 normal
      • mime2ext ^0.1.53 normal
      • pest ^2.7.6 normal
      • pest_derive ^2.7.6 normal
      • rand ^0.8.5 normal
      • regex ^1.11.0 normal
      • shlex ^1.2.0 normal
      • thiserror ^1.0.63 normal
      • thiserror-ext ^0.2.0 normal
      • tokio ^1.37.0 normal
      • tokio-stream ^0.1.14 normal
      • walkdir ^2.5.0 normal
      • indoc ^2 dev
      • pretty_assertions ^1.4.0 dev
      • trycmd ^0.15.7 dev
    • Versions
    • 16.42% 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

murkdown0.1.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • ast::Node
  • ast::NodeBuilder
  • compiler::Lang
  • types::Pointer

Enums

  • ast::NodeBuilderError
  • parser::Rule
  • types::Dependency
  • types::ExecArtifact
  • types::ExecInput
  • types::LibError
  • types::Location

Traits

  • types::LibErrorPathCtx

Functions

  • compiler::compile
  • parser::parse
  • preprocessor::preprocess
  • preprocessor::resolve_path
  • preprocessor::resolve_scheme_path

Type Aliases

  • types::AstMap
  • types::LocationMap
  • types::URI