elsa 1.7.1

Append-only collections for Rust where borrows to entries can outlive insertions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: rust

rust: nightly

os:
  - linux

script:
  - cargo build
  - cargo test
  - cargo run --example fluentresource
  - cargo run --example arena
  - cargo run --example mutable_arena
  - cargo run --example sync
  - cargo run --example string_interner --features indexmap