github-copilot-sdk 0.0.0

Placeholder for the GitHub Copilot Rust SDK. The first real release will be 0.1.0.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "github-copilot-sdk"
version = "0.0.0"
edition = "2021"
description = "Placeholder for the GitHub Copilot Rust SDK. The first real release will be 0.1.0."
repository = "https://github.com/github/copilot-sdk"
homepage = "https://github.com/github/copilot-sdk"
documentation = "https://docs.rs/github-copilot-sdk"
readme = "README.md"
license = "MIT"
keywords = ["copilot", "github", "sdk"]
categories = ["api-bindings"]

[lib]
name = "copilot"
path = "src/lib.rs"