Skip to content

chore: update README with new project name and add badges#10

Merged
MDGSF merged 1 commit intooxibus:mainfrom
nyurik:readme
Oct 3, 2025
Merged

chore: update README with new project name and add badges#10
MDGSF merged 1 commit intooxibus:mainfrom
nyurik:readme

Conversation

@nyurik
Copy link
Copy Markdown
Member

@nyurik nyurik commented Oct 3, 2025

No description provided.

@nyurik nyurik requested review from MDGSF, Copilot and tegimeki October 3, 2025 04:12
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the README.md file to reflect a project name change from "rdbc" to "rrdbc" and adds comprehensive project badges, development instructions, and licensing information.

  • Updated project name from "rdbc" to "rrdbc" in the main heading
  • Added project status badges for GitHub, crates.io, documentation, CI, and code coverage
  • Enhanced documentation with development setup instructions and licensing details

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@MDGSF MDGSF merged commit 4ea5b84 into oxibus:main Oct 3, 2025
7 checks passed
@nyurik nyurik mentioned this pull request Oct 3, 2025
MDGSF pushed a commit that referenced this pull request Oct 3, 2025
## 🤖 New release

* `rrdbc`: 0.1.0 -> 0.2.0 (⚠ API breaking changes)

### ⚠ `rrdbc` breaking changes

```text
--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/enum_missing.ron

Failed in:
  enum rrdbc::ast::signal::DbcSignalMultiplexer, previously in file /tmp/.tmpH2YsuQ/rrdbc/src/ast/signal.rs:25

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/function_missing.ron

Failed in:
  function rrdbc::file::try_read_file_content_with_window_1252, previously in file /tmp/.tmpH2YsuQ/rrdbc/src/file.rs:26
  function rrdbc::ast::common_parsers::escape_code, previously in file /tmp/.tmpH2YsuQ/rrdbc/src/ast/common_parsers.rs:58
  function rrdbc::ast::common_parsers::char_string, previously in file /tmp/.tmpH2YsuQ/rrdbc/src/ast/common_parsers.rs:88
  function rrdbc::ast::common_parsers::printable_character, previously in file /tmp/.tmpH2YsuQ/rrdbc/src/ast/common_parsers.rs:47
  function rrdbc::ast::common_parsers::string_body, previously in file /tmp/.tmpH2YsuQ/rrdbc/src/ast/common_parsers.rs:75
  function rrdbc::file::try_read_file_content_with_gbk, previously in file /tmp/.tmpH2YsuQ/rrdbc/src/file.rs:12
  function rrdbc::ast::common_parsers::nonescaped_string, previously in file /tmp/.tmpH2YsuQ/rrdbc/src/ast/common_parsers.rs:54
  function rrdbc::file::try_read_file_content_with_utf8, previously in file /tmp/.tmpH2YsuQ/rrdbc/src/file.rs:7
  function rrdbc::ast::common_parsers::string_literal, previously in file /tmp/.tmpH2YsuQ/rrdbc/src/ast/common_parsers.rs:79

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/function_parameter_count_changed.ron

Failed in:
  rrdbc::file::read_file_content now takes 2 parameters instead of 1, in /tmp/.tmpeQZ1jQ/rrdbc/src/file.rs:9

--- failure function_requires_different_generic_type_params: function now requires a different number of generic type parameters ---

Description:
A function now requires a different number of generic type parameters than it used to. Uses of this function that supplied the previous number of generic types (e.g. via turbofish syntax) will be broken.
        ref: https://doc.rust-lang.org/reference/items/generics.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/function_requires_different_generic_type_params.ron

Failed in:
  function multispacey (4 -> 3 generic types) in /tmp/.tmpeQZ1jQ/rrdbc/src/ast/common_parsers.rs:24
  function spacey (4 -> 3 generic types) in /tmp/.tmpeQZ1jQ/rrdbc/src/ast/common_parsers.rs:13
```

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.2.0](v0.1.0...v0.2.0) -
2025-10-03

### Added

- change lincese from mit to mit and apache2
- add tool gbk2utf8 utf82gbk
- update signal multiplexer
- add tool dbcfmt
- add tool json to dbc
- add parser dbc file
- add tool toutf8
- add encoding
- update char string
- update char string
- update char string
- update char string
- update char string
- update char string
- update char string
- update char string
- add char string
- update char_string and value description

### Other

- update README with new project name and add badges
([#10](#10))
- gramar and spelink ([#11](#11))
- fix clippy lints ([#9](#9))
- reformat code ([#8](#8))
- fix CI ([#6](#6))
- add CI and justfile recipes
([#4](#4))
- re-license code as MIT OR Apache2
- upgrade to nom 8, thiserror 2
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
@nyurik nyurik deleted the readme branch October 3, 2025 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants