Michael Pfaff michael
michael pushed to master at michael/image-c.rs 2024-04-13 00:19:03 -04:00
506d28afed Initial commit
michael created branch master in michael/image-c.rs 2024-04-13 00:19:03 -04:00
michael created repository michael/image-c.rs 2024-04-13 00:18:16 -04:00
michael pushed to master at michael/how.rs 2024-04-02 15:10:43 -04:00
db01cce71c Refactor and redesign API
cab16130f7 Run `cargo fmt`
fb08be31d4 Small changes
Compare 3 commits »
michael pushed to master at michael/array-vec.rs 2024-03-15 20:35:34 -04:00
7a6edb2cc1 Fix const fns that were not const and add const ArrayVec::from
michael pushed to main at michael/sailfish 2024-03-15 19:50:36 -04:00
e4def7d21c Add some more common escaping scheme identity checks
28a1e3a3f0 Export some escaping utilities, refactor a little bit
Compare 2 commits »
michael pushed to main at michael/sailfish 2024-03-15 19:37:23 -04:00
a5856fb7fc Export some functions
michael pushed to main at michael/sailfish 2024-03-15 19:29:56 -04:00
faabe73cb2 Refactor to allow more optimized escaping
michael pushed to main at michael/sailfish 2024-03-15 19:28:17 -04:00
24180e1cc7 Refactor to allow more optimized escaping
michael pushed to main at michael/sailfish 2024-03-15 18:47:43 -04:00
19559e5c09 Allow any ASCII whitespace instead of just space after `<%`
michael pushed to main at michael/sailfish 2024-03-15 18:05:57 -04:00
6e09ca7464 Refactor to support custom escaping schemes
michael pushed to master at michael/array-vec.rs 2024-03-15 17:57:53 -04:00
01b794e81a Initial commit
michael created branch master in michael/array-vec.rs 2024-03-15 17:57:53 -04:00
michael created repository michael/array-vec.rs 2024-03-15 17:57:34 -04:00
michael pushed to main at michael/sailfish 2024-03-14 23:02:33 -04:00
d97885392b Silence unused_macros on render_tuple!
19a740f26c impl RenderOnce on tuples of up to 8 values
Compare 2 commits »
michael pushed to master at michael/fast-hex 2024-03-14 17:20:11 -04:00
0144056d99 Some cleanup
michael pushed to master at michael/brisk 2024-03-14 16:50:15 -04:00
c97d16f759 Silence warnings about unused constants due to #[cfg(...)]
49ee38db90 Remove dead code
f52c50ea44 Silence a warning about an unused macro due to #[cfg(...)]
23ef08a739 Silence a warning about internal features
Compare 4 commits »
michael pushed to master at michael/brisk 2024-03-13 21:25:41 -04:00
1905b1694c Fixes for newer rust versions
michael pushed to main at michael/sailfish 2024-03-11 22:42:20 -04:00
2db5b83461 Improve comment syntax
michael pushed to main at michael/sailfish 2024-03-11 18:43:26 -04:00
878a026851 Ignore escaping on derived templates