~chiefnoah/bare_proc

f4e0bc442ef4a5e8183e83ef585814a681170894 — Noah Pederson 7 months ago f19b5e3 0.1.1
FIX old name and incorrect license
2 files changed, 6 insertions(+), 6 deletions(-)

M Cargo.toml
M README.md
M Cargo.toml => Cargo.toml +3 -3
@@ 1,13 1,13 @@
[package]
name = "bare_proc"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

description = "A proc macro to generate Rust types from a BARE schema file."
license-file = "LICENSE"
license = "MIT"
homepage = "https://git.sr.ht/~chiefnoah/bare_proc"
repository = "https://git.sr.ht/~chiefnoah/bare_proc"
documentation = "https://docs.rs/bare_proc/0.1.0/bare_proc/"
documentation = "https://docs.rs/bare_proc/0.1.1/bare_proc/"
readme = "README.md"

[lib]

M README.md => README.md +3 -3
@@ 1,6 1,6 @@
# bare-rs
# bare_proc

`bare-rs` is a proc-macro that implements a parser-generator for the
`bare_proc` is a proc-macro that implements a parser-generator for the
[BARE message format](https://datatracker.ietf.org/doc/draft-devault-bare/).

It relies on [`serde`](https://serde.rs/) using


@@ 39,4 39,4 @@ struct User {

## License

`bare-rs` is licensed under MIT.
`bare_proc` is licensed under MIT.