13 unstable releases (3 breaking)
0.4.0 | Dec 15, 2024 |
---|---|
0.3.0 | Sep 25, 2024 |
0.2.9 | Sep 6, 2024 |
0.2.6 | Jul 1, 2024 |
0.2.0 | Mar 22, 2024 |
#10 in #dotnet
274 downloads per month
Used in 3 crates
(via thermorawfilereader)
1.5MB
234 lines
Contains (Windows DLL, 735KB) ThermoFisher.CommonCore.RawFileReader.dll, (Windows DLL, 460KB) lib/ThermoFisher.CommonCore.Data.dll, (Windows DLL, 105KB) lib/librawfilereader.dll, (Windows DLL, 35KB) lib/OpenMcdf.Extensions.dll, (Windows DLL, 63KB) lib/OpenMcdf.dll, (Windows DLL, 47KB) ThermoFisher.CommonCore.BackgroundSubtraction.dll and 2 more.
This crate wraps the librawfilereader
.NET library and its associated dependencies,
manages the creation of a hosted .NET runtime for them, and provides access to the
runtime. See thermorawfilereader
for useful bindings.
For regular use, call get_runtime
to get a runtime handle, or set_runtime_dir
to
pre-specify the location where runtime files need to be cached. Alternatively, set the
DOTNET_RAWFILEREADER_BUNDLE_PATH
environment variable.
If you wish to link with a local nethost
library instead of downloading the latest version
at build time, please see netcorehost
's documentation. This is still distinct from actually
statically linking with .NET's coreclr
library which must be installed separately.
Licensing
By using this library, you agree to the RawFileReader License
Dependencies
~2–12MB
~151K SLoC