Docs.rs
srctrait-note-2.0.0
srctrait-note 2.0.0
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
srctrait
Dependencies
chrono ^0.4
normal
convert_case ^0.8
normal
derive_builder ^0.20
normal
dirs ^6
normal
serde ^1
normal
shellexpand ^3
normal
srctrait-common-chronox ^1
normal
srctrait-common-tomlx ^3
normal
strum ^0.27
normal
thiserror ^2
normal
toml ^0.8
normal
srctrait-common-testing ^4
dev
Versions
20.51%
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
render_template_str
srctrait_
note
2.0.0
In srctrait_
note::
template
srctrait_note
::
template
Function
render_
template_
str
Copy item path
Source
pub fn render_template_str( tmpl: &
str
, vars:
Vec
<(&'static
str
,
Cow
<'_,
str
>)>, ) ->
String