-
Changed from the
quick-error
crate to the more maintained derive macrothiserror
crate -
Implemented the
debug!
anddebugln!
macros (same usage asprint!
/println!
) -
Marked the
debug()
function as deprecated and changed all usages over to the new macros -
Renamed the examples and adjusted their code
-
Shortened the minimal example (easier to understand for newcomers)
-
Updated the README again, mainly the example and status
-
README badges for easy access to the docs etc.
-
Flatten the module structure: e.g.
plugin/mod.rs
intoplugin.rs
-
Some refactoring for readability
-
Project formatting
-
Updated deprecated code
-
Removed editor specific config files
- Updated dependency xplm-sys to 0.4.0
- Updated dependency quick-error to 1.2.3