Skip to content

Commit

Permalink
Add information about the crate
Browse files Browse the repository at this point in the history
  • Loading branch information
zeritiq committed Apr 13, 2023
1 parent e82fcad commit 04c3f10
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# mongodb-macro
[![crates.io][crates-badge]][crates-url]
[![documentation][docs-badge]][docs-url]
[![MIT License][mit-badge]][mit-url]

[crates-badge]: https://img.shields.io/crates/v/mongodb-macro.svg
[crates-url]: https://crates.io/crates/mongodb-macro
[docs-badge]: https://docs.rs/mongodb-macro/badge.svg
[docs-url]: https://docs.rs/mongodb-macro
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: LICENSE

mongodb-macro

MongoDB Macro is a crate with macros for quickly creating structures to work with mongodb

Expand Down Expand Up @@ -29,4 +40,6 @@ async fn main() -> std::io::Result<()> {
}
```

Current version: 0.1.0

License: MIT
18 changes: 18 additions & 0 deletions README.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[![crates.io][crates-badge]][crates-url]
[![documentation][docs-badge]][docs-url]
[![MIT License][mit-badge]][mit-url]

[crates-badge]: https://img.shields.io/crates/v/mongodb-macro.svg
[crates-url]: https://crates.io/crates/mongodb-macro
[docs-badge]: https://docs.rs/mongodb-macro/badge.svg
[docs-url]: https://docs.rs/mongodb-macro
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: LICENSE

{{crate}}

{{readme}}

Current version: {{version}}

License: {{license}}

0 comments on commit 04c3f10

Please sign in to comment.