-
Notifications
You must be signed in to change notification settings - Fork 201
Rust wrapper and example #2448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Rust wrapper and example #2448
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
116c72c to
1de5440
Compare
5a21f68 to
4dfa33f
Compare
|
@JeromeMartinez is |
It is const internally, and the C++ interface has the const, and the C interface redirects to the C++ interface., so we don't write at it, the cast would be OK (not sure we can add the "cast" to the interface without breaking the ABI). |
cf6f2ce to
968eb79
Compare
|
Running @JeromeMartinez Should be done. Some functions remain (that I do not know of their use) that not yet have Rust wrapper. |
e1ec976 to
6bf2531
Compare
This comment was marked as outdated.
This comment was marked as outdated.
|
Rebased and removed the CI commit due to changes in packaging scripts. The CI was mainly for testing the PR and takes too long anyway. |
Features
Source\MediaInfoDLL\MediaInfoDLL-rsSource\Example\HowToUse_Dll-rsLimitations
Note
Stream=General and Parameter=90is using90and not same as CPP one because the previous number produces no output.cargo doc --opento generate and view HTML documentation.