xXbalrogboogieXx is a user on ceilidh.space. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.

If (reading this) then valid = true;

(for all values of reading)

xXbalrogboogieXx @balrogboogie

@craigmaloney the rust version:

```
fn valid<T: Reader>(_: T) -> bool {
true
}
```