rustlanges_components_core/
lib.rs

1pub const BASE_CLASS: &str = "rustlanges";
2
3pub use constcat::{concat, concat_bytes, concat_slices};