| Filename | Latest commit message | Latest commit date |
|---|---|---|
Features must never be duplicated, so we can use a BTreeSet instead of a Vec to be nicer for users. It makes the internal API for computing caps and ecaps2 a bit worse, because it was expecting a slice directly, so for now let’s collect the BTreeSet into a Vec when computing the thing. A refactor to use Iterator might make it better eventually, but I won’t work on that before profiling it. |
||
| .. | ||
| examples | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| ChangeLog | ||
| logo.svg | ||
| README.md | ||
TODO
- allow tls verify customization
- more tests