readme: clean
This commit is contained in:
parent
b57c68bbe7
commit
a7102917f4
|
@ -20,8 +20,6 @@ The project contains 2 artefacts:
|
||||||
- `ironring`, a library with all the projects features implemented.
|
- `ironring`, a library with all the projects features implemented.
|
||||||
- `rir`, an executable to use main lib features from the CLI.
|
- `rir`, an executable to use main lib features from the CLI.
|
||||||
|
|
||||||
Ironring usage:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
Rusted Iron Ring
|
Rusted Iron Ring
|
||||||
|
|
||||||
|
@ -76,10 +74,9 @@ check out [SiegLib][sieglib].
|
||||||
### Misc
|
### Misc
|
||||||
|
|
||||||
- Encrypted archive name hasher.
|
- Encrypted archive name hasher.
|
||||||
|
- There is a demo Python binding for some `name_hashes` features in the
|
||||||
There is a demo Python binding for some `name_hashes` features in the
|
`bindings/python` dir, that uses [PyO3][pyo3] and thus requires nightly
|
||||||
`bindings/python` dir, that uses [PyO3][pyo3] and thus requires nightly rustc to
|
rustc to build.
|
||||||
build.
|
|
||||||
|
|
||||||
[pyo3]: https://pyo3.rs/
|
[pyo3]: https://pyo3.rs/
|
||||||
|
|
||||||
|
|
Reference in a new issue