justly 0.1.0

An implementation of justified containers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Justly

This is a library for “justified containers”,
inspired by the [justified-containers] library in Haskell.

Briefly, this library might help you
wherever you’re using indices instead of references.

Check out the `rustdoc` documentation for `src/lib.rs`
for the main description of Justly
and information about using it.

Also see the `meta/` directory
to learn more about the structure of this repo.

[justified-containers]: https://hackage.haskell.org/package/justified-containers