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

Created Buffer #6

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add docs.json
  • Loading branch information
ttocsneb committed Apr 2, 2024
commit f6f4dde63176f8000368138eeb7569029bd939f1
12 changes: 12 additions & 0 deletions .github/docs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"branches": {
"ttocsneb-api": {
"steps": "cargo +nightly doc --no-default-features --features async-tokio,serde"
},
"develop": {
"steps": "cargo +nightly doc --all-features"
}
},
"steps": "cargo +nightly doc --no-default-features --features async-tokio",
"docs": "target/doc/"
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
.vscode/
.DS_Store
Cargo.lock
Loading
Loading