api: expose FastHashMap and ShortString

This commit is contained in:
chyyran 2024-09-06 22:31:56 -04:00 committed by Ronny Chan
parent ec3add1616
commit 8856a78eb8

View file

@ -49,6 +49,9 @@
//! For documentation on the librashader C API, see [librashader-capi](https://docs.rs/librashader-capi/latest/librashader_capi/), //! For documentation on the librashader C API, see [librashader-capi](https://docs.rs/librashader-capi/latest/librashader_capi/),
//! or [`librashader.h`](https://github.com/SnowflakePowered/librashader/blob/master/include/librashader.h). //! or [`librashader.h`](https://github.com/SnowflakePowered/librashader/blob/master/include/librashader.h).
pub use librashader_common::map::FastHashMap;
pub use librashader_common::map::ShortString;
#[cfg(feature = "presets")] #[cfg(feature = "presets")]
#[doc(cfg(feature = "presets"))] #[doc(cfg(feature = "presets"))]
/// Parsing and usage of shader presets. /// Parsing and usage of shader presets.