edi 0.1.1

Parser for X12 EDI files
Documentation
Build #1901282019-10-08T22:29:12.064986+00:00
# rustc version
rustc 1.40.0-nightly (f3c9cece7 2019-10-07)# docs.rs version
docsrs 0.6.0 (0f58781 2019-10-08)# build log
[INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/edi-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/edi-0.1.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20191007-1.40.0-nightly-f3c9cece7 --static-root-path / --disable-per-crate-search --extern-html-root-url serde=https://docs.rs/serde/1.0.101 --extern-html-root-url lazy_static=https://docs.rs/lazy_static/1.4.0 --extern-html-root-url csv=https://docs.rs/csv/1.1.1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "--target" "x86_64-unknown-linux-gnu"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 4c7c962527f03816fcc9e6d2822b30474e9099cb73c802c031e205d052248d9b
[INFO] running `"docker" "start" "-a" "4c7c962527f03816fcc9e6d2822b30474e9099cb73c802c031e205d052248d9b"`
[INFO] [stderr]    Compiling proc-macro2 v1.0.5
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling serde v1.0.101
[INFO] [stderr]    Compiling ryu v1.0.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]     Checking regex-automata v0.1.8
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking csv-core v0.1.6
[INFO] [stderr]    Compiling serde_derive v1.0.101
[INFO] [stderr]     Checking bstr v0.2.8
[INFO] [stderr]     Checking csv v1.1.1
[INFO] [stderr]  Documenting edi v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `[GenericSegment]` cannot be resolved, ignoring it...
[INFO] [stderr]    --> src/functional_group.rs:113:20
[INFO] [stderr]     |
[INFO] [stderr] 113 |     /// Enqueue a [GenericSegment] into the most recently enqueued [Transaction].
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^ cannot be resolved, ignoring
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(intra_doc_link_resolution_failure)]` on by default
[INFO] [stderr]     = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `[Transaction]` cannot be resolved, ignoring it...
[INFO] [stderr]    --> src/interchange_control.rs:159:71
[INFO] [stderr]     |
[INFO] [stderr] 159 |     /// Enqueue a [FunctionalGroup] into the interchange. Subsequent [Transaction]s will be inserted into this functional group,
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^ cannot be resolved, ignoring
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `[Transaction]` cannot be resolved, ignoring it...
[INFO] [stderr]    --> src/interchange_control.rs:167:20
[INFO] [stderr]     |
[INFO] [stderr] 167 |     /// Enqueue a [Transaction] into the most recently enqueued [FunctionalGroup] in this interchange.
[INFO] [stderr]     |                    ^^^^^^^^^^^ cannot be resolved, ignoring
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `[GenericSegment]` cannot be resolved, ignoring it...
[INFO] [stderr]    --> src/interchange_control.rs:179:20
[INFO] [stderr]     |
[INFO] [stderr] 179 |     /// Enqueue a [GenericSegment] into the most recently enqueued [FunctionalGroup]'s most recently enqueued [Transaction].
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^ cannot be resolved, ignoring
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `[Transaction]` cannot be resolved, ignoring it...
[INFO] [stderr]    --> src/interchange_control.rs:179:112
[INFO] [stderr]     |
[INFO] [stderr] 179 |     /// Enqueue a [GenericSegment] into the most recently enqueued [FunctionalGroup]'s most recently enqueued [Transaction].
[INFO] [stderr]     |                                                                                                                ^^^^^^^^^^^ cannot be resolved, ignoring
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `[Transaction]` cannot be resolved, ignoring it...
[INFO] [stderr]    --> src/interchange_control.rs:235:28
[INFO] [stderr]     |
[INFO] [stderr] 235 |     /// Verify the latest [Transaction] within the latest [FunctionalGroup]
[INFO] [stderr]     |                            ^^^^^^^^^^^ cannot be resolved, ignoring
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 32.95s
[INFO] running `"docker" "inspect" "4c7c962527f03816fcc9e6d2822b30474e9099cb73c802c031e205d052248d9b"`
[INFO] running `"docker" "rm" "-f" "4c7c962527f03816fcc9e6d2822b30474e9099cb73c802c031e205d052248d9b"`
[INFO] [stdout] 4c7c962527f03816fcc9e6d2822b30474e9099cb73c802c031e205d052248d9b