modelcards 0.1.4

A fast modelcard generator with built-in templates
Documentation
1
2
3
4
5
use std::include_str;

pub fn get_default() -> &'static str {
    include_str!("default.toml")
}