thingbuf 0.1.6

I'm at the buffer pool. I'm at the MPSC channel. I'm at the combination MPSC channel and buffer pool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[build]
  command = """
    rustup install nightly --profile minimal \
        && cargo doc --no-deps --all-features \
    """
  environment = { RUSTDOCFLAGS= "--cfg docsrs -D warnings" }
  publish = "target/doc"

[[redirects]]
  from = "/"
  to = "/thingbuf"