| Crates.io | mseed |
| lib.rs | mseed |
| version | 0.7.1 |
| created_at | 2023-06-15 18:22:43.491654+00 |
| updated_at | 2024-08-31 15:13:00.45784+00 |
| description | Bindings to libmseed for interoperating with miniSEED records. |
| homepage | |
| repository | https://github.com/damb/mseed |
| max_upload_size | |
| id | 891325 |
| size | 313,043 |
Rust bindings for libmseed - The miniSEED data format library.
mseed uses Cargo, so add it with cargo add mseed or
modify Cargo.toml:
[dependencies]
mseed = "0.7"
For the crate's documentation please refer to docs.rs/mseed.
Please refer to the libraries' examples.
git clone https://github.com/damb/mseed
cd mseed
cargo build
Currently this library requires libmseed version 3.1.3 (or newer patch
versions). The source for libmseed is included in the libmseed-sys crate so
there's no need to pre-install the libmseed library, the libmseed-sys crate
will figure that and/or build that for you.
Any PR is very welcomed!
Licensed under the Apache-2.0 license. For more information see the LICENSE file.