s3-access-log-rust 0.1.6

Help to serialize/deserialize s3 acces log file of AWS s3 bucket
Documentation
# s3-access-log-rust
Process s3 access log in rust

# Official format documentation

https://docs.aws.amazon.com/AmazonS3/latest/userguide/LogFormat.html

# Examples

the following [test](tests/integration_test.rs) show both how to instanciate a s3AccessLog object directly and from a string record

# Projects that use this lib

https://github.com/knil-sama/static-website-s3-monitoring

# Pre-commmit

```bash
pipx install pre-commit
```

```bash
pre-commit install
```