Module scsys_core::prelude
source · Re-exports§
pub use crate::DEFAULT_IGNORE_CHARS;pub use super::Contain;pub use super::Name;pub use crate::errors::*;pub use crate::hkt::*;pub use crate::time::*;pub use super::appellation::*;pub use super::classify::*;pub use super::ext::*;pub use crate::types::*;
Modules§
Structs§
Traits§
- The
Idtrait describes the behavior of a type that can be used as an id. AnIdis almost identical to anIdentifier, but it is a trait that can be implemented for any type. - An
Identifieris a type that can be used as an identifier
Functions§
- A generic function wrapper extending glob::glob
- A simple extraction utility for getting values from a string and converting them into a Vec
- This function converts the file found at path (fp) into a Vec
- Remove the first and last charecters of a string
- Fetch the project root unless specified otherwise with a CARGO_MANIFEST_DIR env variable
- This function attempts to convert the given input into a core::net::SocketAddr