Docs.rs
ligen-generator-0.1.18
ligen-generator 0.1.18
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
notdanilo
Dependencies
handlebars ^4.1.6
normal
is-tree ^0.9.7
normal
ligen-common ^0.1.18
normal
ligen-ir ^0.1.18
normal
ligen-utils ^0.1.18
normal
serde_json ^1
normal
Versions
26.15%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
ligen_generator/
lib.rs
1
pub mod
prelude;
2
mod
generator;
3
4
pub use
generator::
*
;