Docs.rs
plugrs-0.1.1
plugrs 0.1.1
Permalink
Docs.rs crate page
MIT
27 July 2026
Links
Repository
crates.io
Source
Owners
Lydanne
Dependencies
plugrs-host ^0.1.1
normal
plugrs-interface ^0.1.1
normal
plugrs-macros ^0.1.1
normal
Versions
0%
of the crate is documented
Platform
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
Skip to main content
Files
plugrs/
lib.rs
1
pub use
plugrs_host::
*
;
2
pub use
plugrs_interface
as
interface;
3
pub use
plugrs_macros
as
macros;