iso8211

Crates.ioiso8211
lib.rsiso8211
version0.1.1-alpha.4
sourcesrc
created_at2020-08-09 14:38:47.608482
updated_at2022-11-12 18:20:05.42171
description ISO 8211 data format library
homepage
repositoryhttps://github.com/sevenseas-io/iso8211
max_upload_size
id274645
size85,590
René Herrero (reneherrero)

documentation

https://docs.rs/iso8211

README

ISO8211

ISO 8211 data format library

CI crates.io Documentation

File Format

Data Descriptive File
 |
[1] --- Data Descriptive Record
 |	\
 |	[1] --- Leader
 |	 |
 |	[1] --- Directory
 |	 |
 |	[1] --- File Control Field
 |   |  \
 |   |  [*] (tag, field description)
 |	 |
 |  [1] --- Data Descriptive Field
 |      \
 |      [1] Field Controls
 |       |
 |	    [1] Field Name
 |       |
 |      [1] Array Descriptor
 |       |
 |      [1] Format Controls
 |
[*] --- Data Record
   \
   [1] --- Leader
    |
   [1] --- Directory
    |	 |
    |   [*] --- Field
    |    \
    |    [1] Tag
    |     |
    |    [1] Length
    |     |
    |    [1] Data
    |
   [1] --- Data Field

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.56 and up. It might compile with older versions but that may change in any new patch release.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Credits

Commit count: 20

cargo fmt