Skip to content

Commit

Permalink
feat: discovery document macro (#19)
Browse files Browse the repository at this point in the history
BREAKING-CHANGE: large API rewrite

Co-authored-by: arcnmx <git@git.arcn.mx>
  • Loading branch information
Alxandr and arcnmx authored Nov 25, 2022
1 parent 0cbc757 commit 1278754
Show file tree
Hide file tree
Showing 26 changed files with 1,619 additions and 294 deletions.
26 changes: 26 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug unit tests in library 'hass-mqtt-discovery-macros'",
"cargo": {
"args": [
"test",
"--no-run",
"--lib",
"--package=hass-mqtt-discovery-macros"
],
"filter": {
// "name": "hass_mqtt_discovery_macros"
}
},
"args": [],
"cwd": "${workspaceFolder}"
}
]
}
260 changes: 231 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1278754

Please sign in to comment.