chiark / gitweb /
Move code for into_crlfs macro to client.rs
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 9 May 2026 11:38:44 +0000 (12:38 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 May 2026 11:05:40 +0000 (12:05 +0100)
commita90d1c0ed2b18490d965fb7ee1118797a51dec8c
tree2d3387e7a11f3cef6ad01a62a3c6b4c24fc66cea
parentc75a4213b55afa828bd20ec62f424b1bc021774f
Move code for into_crlfs macro to client.rs

This abolishes the macro.  It will allow us to abolish our macro crate
entirely.

Right now the version in client.rs is a bit odd and flabby.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
client/client.rs
client/into_crlfs.rs [new file with mode: 0644]
macros/macros.rs