Skip to content

Commit

Permalink
Feat: Extend Context documentation and fix docs.rs generation (#12)
Browse files Browse the repository at this point in the history
* Fix docs.rs generation

* Extend LLVM Context and related funtions documentation
  • Loading branch information
mrLSD authored Aug 19, 2024
1 parent 2ee169e commit 6a2eb14
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 11 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llvm-lib"
version = "0.5.2"
version = "0.5.3"
authors = ["Evgeny Ukhanov <[email protected]>"]
description = "LLVM library with safe and flexibility in mind, without over complexity based on LLVM-C API"
categories = ["compilers", "development-tools", "development-tools::build-utils"]
Expand All @@ -15,3 +15,6 @@ doctest = false
[dependencies]
llvm-sys = "181.1"
libc = "0.2"

[package.metadata.docs.rs]
features = ["llvm-sys/no-llvm-linking", "llvm-sys/disable-alltargets-init"]
Loading

0 comments on commit 6a2eb14

Please sign in to comment.