fix: Functions implemented in tar.c are no longer implemented in the README
This commit is contained in:
parent
7ef1c80fb6
commit
73c4dce573
@ -43,7 +43,7 @@ See [examples](examples/) for more examples using minitar.
|
|||||||
|
|
||||||
## Project structure
|
## Project structure
|
||||||
|
|
||||||
The user-facing API (functions defined in `minitar.h` and documented in this README) is implemented in `src/tar.c`. Utility and internally-used functions live in `src/util.c`.
|
The user-facing API (functions defined in `minitar.h` and documented in [API.md](docs/API.md)) is implemented in `src/tar.c`. Utility and internally-used functions live in `src/util.c`.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
@ -75,4 +75,4 @@ pub extern "C" fn minitar_handle_panic(message: *const u8) -> !
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
`minitar` is free and open-source software under the [BSD-2-Clause](LICENSE) license.
|
`minitar` is free and open-source software under the [BSD-2-Clause](LICENSE) license.
|
||||||
|
Loading…
Reference in New Issue
Block a user