Skip to content

Commit

Permalink
Update README.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSpaceer committed Sep 24, 2023
1 parent 7c34753 commit 70fd0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yamly ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/KSpaceer/yamly/yamly.yml) ![Codecov](https://img.shields.io/codecov/c/gh/KSpaceer/yamly) [![Go Report Card](https://goreportcard.com/badge/github.com/KSpaceer/yamly)](https://goreportcard.com/report/github.com/KSpaceer/yamly)
# yamly [![Go Reference](https://pkg.go.dev/badge/github.com/KSpaceer/yamly.svg)](https://pkg.go.dev/github.com/KSpaceer/yamly) ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/KSpaceer/yamly/yamly.yml) ![Codecov](https://img.shields.io/codecov/c/gh/KSpaceer/yamly) [![Go Report Card](https://goreportcard.com/badge/github.com/KSpaceer/yamly)](https://goreportcard.com/report/github.com/KSpaceer/yamly)

Package yamly provides a new way for YAML marshalling/unmarshalling, using code generation instead of runtime reflection. In this terms yamly is similar to ![easyjson](https://github.com/mailru/easyjson).
However, currently yamly is more proof of concept than really competitive and production-ready library.
Expand Down

0 comments on commit 70fd0a4

Please sign in to comment.