Skip to content

etemesi-ke/dami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dami

Lines of code
Build Status
Speed

Data Manipulations in Rust

Building Documentation locally

You need to set RUSTDOCSFLAGS EXPLICITLY

RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps

This only works for --no-deps because katex-header.html doesn't exist fot dependent crates.

If you with to set RUSTDOC flags automatically in this crate you can put this in your .cargo/config.toml file

[build]
rustdocflags = ["--html-in-header", "katex-header.html"]

About

Data manipulations in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •