ibuilder 0.1.8

Interactive builder for Rust types
Documentation
1
2
3
4
5
error: structs with unnamed fields must have only one field
 --> $DIR/many_fields_struct.rs:4:8
  |
4 | struct Foo(i64, String);
  |        ^^^