fish-shell/fish-rust
Fabian Boehm 53a5ce52c5 Implement FLOGF formatting
Note: This *requires* an argument after the format string:

```rust
FLOGF!(debug, "foo");
```

won't compile. I think that's okay, because in that case you should
just use FLOG.

An alternative is to make it skip the sprintf.
2023-08-19 16:56:59 +02:00
..
src Implement FLOGF formatting 2023-08-19 16:56:59 +02:00
widestring-suffix Move edition and MSRV to workspace 2023-08-19 15:18:38 +02:00
build.rs Use the workspace from CMake 2023-08-19 15:18:38 +02:00
Cargo.toml Move edition and MSRV to workspace 2023-08-19 15:18:38 +02:00