Docs.rs
  • nib-0.0.10
    • nib 0.0.10
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • grauwoelfchen
    • Dependencies
      • document_tree ^0.4.0 normal
      • glob ^0.3.0 normal
      • handlebars ^4.1.1 normal
      • lazy_static ^1.4.0 normal
      • regex ^1.5 normal
      • rst_parser ^0.4.0 normal
      • rst_renderer ^0.4.0 normal
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • serde_json ^1.0 normal
      • syntect ^4.6 normal
    • Versions
    • 27.08% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate nib

nib0.0.10

  • All Items

Crate Items

  • Modules
  • Macros

Crates

  • nib

Crate nib

Source

Modules§

config
fs
highlighter
loader
registry
writer

Macros§

include_static_file
A macro loads static files in default template with include_str! macro.
include_template_file
A macro loads handlebar files in default template with include_str! macro.

Results

Settings
Help
    module
    nib::registry
    function
    nib::registry::init_registry
    function
    nib::registry::add_escape_fn
    &mut Registry -> ()
    function
    nib::registry::del_escape_fn
    &mut Registry -> ()
    function
    nib::writer::make_entry
    &Path, &Path, &Registry, &Config -> Result<, Error>
    generates an entry into file in the dst directory and …
    function
    nib::writer::write_index
    &mut Vec<>, &Registry, &Config -> Result<(), Error>
    writes the index file into dst directory.
    function
    nib::registry::init_registry
    -> Result<Registry, Error>