Skip to content

Commit

Permalink
📝 Format
Browse files Browse the repository at this point in the history
  • Loading branch information
turtton committed Apr 6, 2024
1 parent 2ee166e commit ad38135
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

vodca generates boiler-template codes in DDD


## ValueObject

### Fromln
Expand All @@ -22,6 +21,7 @@ impl From<TupleStruct> for String {
value.0
}
}

///

fn main() {
Expand All @@ -32,6 +32,7 @@ fn main() {
```

### AsRefln

```rust

use vodca::AsRefln;
Expand All @@ -45,6 +46,7 @@ impl AsRef<String> for TupleStructString {
&self.0
}
}

///

fn main() {
Expand All @@ -57,6 +59,7 @@ fn main() {
## Entity

### References

```rust

use vodca::References;
Expand All @@ -82,6 +85,7 @@ impl Struct {
&self.field_vec
}
}

///

fn main() {
Expand Down

0 comments on commit ad38135

Please sign in to comment.