dejavu-runtime 0.1.1

DejaVu shared types and runtime
Documentation
  • Coverage
  • 0%
    0 out of 20 items documented0 out of 3 items with examples
  • Size
  • Source code size: 6.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.75 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • doki-land/dejavu-engine
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • oovm

Comment

  • surrounded by parentheses {# and #}
{% filter comment %}

comment block

{% end %}

Whitespace Control

DejaVu Supports LF only!

  • {%.: Destroy all whitespace on the left

  • {%-: Destroy all blank lines on the left

  • {%_: Destroy left whitespace, and the first newline encountered

  • {%!: destroy left whitespace, but exclude newlines

  • =%}: Destroy all whitespace on the right

  • -%}: Destroy all blank lines on the right

  • _%}: Destroy right whitespace, and the first newline encountered

  • !%}: destroy right whitespace, but exclude newlines