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

Reorganize the src folder and add API documentation #3

Merged
merged 10 commits into from
Mar 7, 2024
Merged

Conversation

kikuomax
Copy link
Member

@kikuomax kikuomax commented Mar 7, 2024

  • Reorganize the xray-lite/src folder
  • Add the API documentation in /docs/api so that GitHub Pages can serve it
  • Bump version to 0.0.5

Move `Result` from `lib` to `error`.
Moves `Client` in `lib` to a new submodule `client`.
Moves `Namespace` and implementers to a new submodule `namespace`.
Moves `SubsegmentSession` to a new submodule `session`.
Moves `Context` and `SubsegmentContext` to a new submodule `context`.
Bumps the version in the installation instruction to v0.0.5.
Generated with `cargo doc --lib --no-deps`
@kikuomax kikuomax self-assigned this Mar 7, 2024
Copy link
Member Author

@kikuomax kikuomax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have self-reviewed the changes.

@kikuomax kikuomax merged commit 1657954 into main Mar 7, 2024
8 checks passed
@kikuomax kikuomax deleted the reorganize branch March 7, 2024 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant