aya-rs / aya

Aya is an eBPF library for the Rust programming language, built with a focus on developer experience and operability.
https://aya-rs.dev/book/
Apache License 2.0
3.2k stars 286 forks source link

Add an ARCHITECTURE.md #7

Open willfindlay opened 3 years ago

willfindlay commented 3 years ago

I think an ARCHITECTURE.md would also go a long way for getting new contributors up to speed. Even something simple that describes what each crate is for, etc. This looks like an awesome (and very promising) project, and I would love to contribute, but the number of crates and subcrates in this workspace can be a bit overwhelming at first glance. Thanks a lot for your work on the library :)

alessandrod commented 3 years ago

Oh absolutely! Docs - both on how to contribute and how to use the library - are my personal #1 priority right now.

In the meantime:

willfindlay commented 3 years ago

Thanks for the high-level explanation, that helps quite a lot. :)