Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation #312

Open
3 tasks
danielocfb opened this issue Jan 17, 2023 · 1 comment
Open
3 tasks

Improve documentation #312

danielocfb opened this issue Jan 17, 2023 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@danielocfb
Copy link
Collaborator

danielocfb commented Jan 17, 2023

We got some feedback that the documentation we have is generally not the greatest.

  • the belief is that more examples showing best practices and common patterns would go a long way making the library more user-friendly
    • we should also highlight the preferred way of going about things
  • we have also heard that using bpf_objects is somewhat difficult (that may be an API issue or documentation; needs to be looked at)
  • on a more mechanical level, let's make sure to remove all #[allow(missing_docs)] instances
@danielocfb danielocfb added this to the next-release milestone Jan 17, 2023
@danielocfb danielocfb removed this from the next-release milestone Mar 13, 2023
@danielocfb danielocfb added help wanted Extra attention is needed good first issue Good for newcomers labels Mar 22, 2023
@noboruma
Copy link

Hello @danielocfb
As a newcomer, the main pain point for me was to find a working example that I could play with.
I have put the XDP example (from bootstrap repo) into a cargo template repository:
https://github.com/noboruma/libbpf-rs-template
I feel this could be a great way to get started quickly with the library.
It has room for improvements - it would be nice to support other type of probing for instance.
Let me know if that's something you guys would like to expand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants