Rename Raw-rs to Rawkit (#2088)

* Rename within files

* Rename in CI

* Rename the folder and file names

* Rename raw_rs to rawkit

* Add example to README

* Add initial documentation

* Small API changes and extra documentation

* Bump versions and stuff

* Readme improvements

* Merge proc-macro crates into one

* Add README to rawkit-proc-macros

* Remove keywords and categories

* Add licenses to rawkit-proc-macros

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Elbert Ronnie
2024-11-03 08:10:39 +00:00
committed by GitHub
co-authored by Keavon Chambers
parent 8d3da83606
commit 8fdecaa487
89 changed files with 664 additions and 356 deletions
@@ -0,0 +1,13 @@
# Rawkit-proc-macros
Procedural macros for Rawkit.
This library is intended to be used by Rawkit. You should not be depending on this crate directly.
### Tag
A derive macro that helps to specify which metadata needs to be extracted from IFD.
### build_camera_data
A procedural macro that reads the data of all cameras from the toml files and returns the bundled data. Helps to include camera data as part of binary.