lambda-fairy / maud

:pencil: Compile-time HTML templates for Rust
https://maud.lambda.xyz
Apache License 2.0
1.98k stars 132 forks source link

Using without `String`/alloc #427

Open transbitch opened 3 months ago

transbitch commented 3 months ago

Is there any support without using String? As I see it you don't need String for anything, you can just use core::fmt::Write. Would eliminate the need for an allocator