-
Notifications
You must be signed in to change notification settings - Fork 200
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
|
@JeromeMartinez Noticed the official packages on MediaArea.net for x86/i386 does not contain |
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. I added CI run for Rust code in this PR to test that it works on various OS and so that you can check the example output. If it is too much CI, I can add a variable to disable it. |
e1ec976 to
6bf2531
Compare
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.