mseed

Crates.iomseed
lib.rsmseed
version0.7.1
sourcesrc
created_at2023-06-15 18:22:43.491654
updated_at2024-08-31 15:13:00.45784
descriptionBindings to libmseed for interoperating with miniSEED records.
homepage
repositoryhttps://github.com/damb/mseed
max_upload_size
id891325
size313,043
Daniel Armbruster (damb)

documentation

https://docs.rs/mseed

README

mseed

Crates.io License Build Status

Rust bindings for libmseed - The miniSEED data format library.

Usage

mseed uses Cargo, so add it with cargo add mseed or modify Cargo.toml:

[dependencies]
mseed = "0.7"

Documentation

For the crate's documentation please refer to docs.rs/mseed.

Examples

Please refer to the libraries' examples.

Building mseed

git clone https://github.com/damb/mseed
cd mseed
cargo build

Version of libmseed

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.

Contribute

Any PR is very welcomed!

License

Licensed under the Apache-2.0 license. For more information see the LICENSE file.

Commit count: 150

cargo fmt