Add documentation links and deployment effect
- Add API documentation links to all Cargo.toml files - Add API documentation links to all crate READMEs - Add API Reference link to main README - Add Hercules CI effect to push docs to gh-pages on main branch
This commit is contained in:
parent
a40b4f5190
commit
ee43f37870
24 changed files with 51 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ build = "build.rs"
|
|||
license = "LGPL-2.1"
|
||||
description = "Low-level FFI bindings to the Nix expression evaluator"
|
||||
repository = "https://github.com/nixops4/nix-bindings-rust"
|
||||
documentation = "https://nixops4.github.io/nix-bindings-rust/development/nix_bindings_expr_sys/"
|
||||
readme = "README.md"
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ This crate contains generated bindings for the Nix C API (`nix-expr-c`).
|
|||
**You should not have to use this crate directly,** and so you should probably not add it to your dependencies.
|
||||
Instead, use the `nix-bindings-expr` crate, which _should_ be sufficient.
|
||||
|
||||
[API Documentation](https://nixops4.github.io/nix-bindings-rust/development/nix_bindings_expr_sys/)
|
||||
|
||||
## Changelog
|
||||
|
||||
See the [nix-bindings-rust changelog](https://github.com/nixops4/nix-bindings-rust/blob/main/CHANGELOG.md).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue