marksman_escape 0.1.0

HTML-escape strings
Build #16364 2016-08-12T06:34:55.435983+00:00
# 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 marksman_escape v0.1.0
Documenting marksman_escape v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/lib.rs --crate-name marksman_escape -o /home/cratesfyi/marksman_escape-0.1.0/doc -L dependency=/home/cratesfyi/marksman_escape-0.1.0/debug -L dependency=/home/cratesfyi/marksman_escape-0.1.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/escape.rs:1:5: 1:18 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/escape.rs:1 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/unescape.rs:189:25: 189:44 error: unresolved name `num::from_str_radix` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/unescape.rs:189                         num::from_str_radix(str::from_utf8_unchecked(buf), 16)
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/unescape.rs:51:28: 51:36 error: no method named `push_all` found for type `std::vec::Vec<u8>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/unescape.rs:51         self.decode_buffer.push_all(string.as_bytes());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/unescape.rs:57:24: 57:35 error: this function takes 0 parameters but 1 parameter was supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/unescape.rs:57         let size = chr.encode_utf8(&mut buf).unwrap();
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/unescape.rs:57:46: 57:52 error: no method named `unwrap` found for type `std::char::EncodeUtf8` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/unescape.rs:57         let size = chr.encode_utf8(&mut buf).unwrap();
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/unescape.rs:158:44: 158:52 error: no method named `push_all` found for type `std::vec::Vec<u8>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/unescape.rs:158                         self.decode_buffer.push_all(string);
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/unescape.rs:167:44: 167:52 error: no method named `push_all` found for type `std::vec::Vec<u8>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/unescape.rs:167                         self.decode_buffer.push_all(string);
^~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `marksman_escape v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/marksman_escape-0.1.0`,
cause: ChainedError {
error: Could not document `marksman_escape`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/marksman_escape-0.1.0/src/lib.rs --crate-name marksman_escape -o /home/cratesfyi/marksman_escape-0.1.0/doc -L dependency=/home/cratesfyi/marksman_escape-0.1.0/debug -L dependency=/home/cratesfyi/marksman_escape-0.1.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.