string_cache 0.1.2

A string interning library for Rust, developed as part of the Servo project.
1
2
3
4
5
6
7
8
9
sudo: false
language: rust
rust: nightly
script:
  - cargo test
  - cargo clean
  - cargo test --features log-events
  - cd examples/summarize-events/
  - cargo build