Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version cratesfyi 0.2.0 (5dbd676 2016-07-30)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading stomp v0.3.4 Documenting stomp v0.3.4 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/stomp.rs --crate-name stomp -o /home/cratesfyi/stomp-0.3.4/doc -L dependency=/home/cratesfyi/stomp-0.3.4/debug -L dependency=/home/cratesfyi/stomp-0.3.4/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/frame.rs:37:31: 37:33 error: invalid suffix `u` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/frame.rs:37 let mut space_required = 0u; ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/frame.rs:37:31: 37:33 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/connection.rs:87:22: 87:27 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/connection.rs:87 "CONNECTED" => debug!("Received CONNECTED frame: {}", connected_frame), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/frame.rs:68:5: 68:10 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/frame.rs:68 debug!("Sending frame:\n{}", self.to_str()); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/frame.rs:79:5: 79:10 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/frame.rs:79 debug!("write() complete."); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:96:11: 96:16 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:96 debug!("Sending heartbeat..."); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:94:7: 103:8 note: in this expansion of select! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:114:22: 114:27 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:114 HeartBeat => debug!("Received heartbeat"), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:132:32: 132:37 error: macro undefined: 'error!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:132 () = timeout.recv() => error!("Did not receive expected heartbeat!"), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:131:7: 139:8 note: in this expansion of select! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:135:26: 135:31 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:135 HeartBeat => debug!("Received heartbeat"), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:131:7: 139:8 note: in this expansion of select! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:154:5: 154:10 error: macro undefined: 'error!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:154 error!("ERROR received:\n{}", frame); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:158:5: 158:9 error: macro undefined: 'info!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:158 info!("RECEIPT received:\n{}", frame); ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:170:13: 170:18 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:170 debug!("Removed ReceiptId '{}' from pending receipts.", *receipt_id) ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:237:5: 237:10 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:237 debug!("Sending frame:\n{}", subscribe_frame); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:240:5: 240:10 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:240 debug!("Registering callback for subscription id: {}", sub.id); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:297:5: 297:10 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:297 debug!("Executing."); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:301:9: 301:14 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:301 debug!("Auto ack, no frame sent."); ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:329:7: 329:12 error: macro undefined: 'debug!' .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/session.rs:329 debug!("Received '{}' frame, dispatching.", frame.command); ^~~~~ error: aborting due to 16 previous errors thread 'main' panicked at 'ChainedError { error: failed to compile `stomp v0.3.4`, intermediate artifacts can be found at `/home/cratesfyi/stomp-0.3.4`, cause: ChainedError { error: Could not document `stomp`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/stomp-0.3.4/src/stomp.rs --crate-name stomp -o /home/cratesfyi/stomp-0.3.4/doc -L dependency=/home/cratesfyi/stomp-0.3.4/debug -L dependency=/home/cratesfyi/stomp-0.3.4/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.